Bao Hua and Mohamed Hegazy
abe6d3e1f2
add missing function definition for jweixin ( #22550 )
...
* Update index.d.ts
add wx.getLocalImgData definition
* add getLocalImgData definition which was missed
wx.getLocalImgData definition is missed, add it
* fix trailing whitespace
2018-01-03 00:27:39 -08:00
Jacky Lam and Mohamed Hegazy
15465af289
added two overload typings for cache-manager which return a Promise ( #22535 )
...
* added two overload typings for cache-manager which return a Promise
* also add overload method for get,set,del to return a promise
* make extra argument required
2018-01-03 00:24:31 -08:00
josetuttu and Mohamed Hegazy
68226e4257
Update index.d.ts ( #22615 )
...
Kendo documentation specifies number as configuration for categoryAxis.title.margin
categoryAxis.title.margin Number |Object (default: 5)
The margin of the title. A numeric value will set all margins.
2018-01-03 00:24:01 -08:00
Tom Crockett and Mohamed Hegazy
70272e25c4
[React] Make side effect-only callbacks return void instead of any ( #22609 )
2018-01-03 00:08:35 -08:00
Joseph Safwat Khella and Mohamed Hegazy
c7450fa320
Update index.d.ts in @types/codemirror ( #22595 )
...
* Update index.d.ts
* Remove BOM
2018-01-03 00:08:09 -08:00
Ozum Eldogan and Mohamed Hegazy
66dc9ac93f
forbiddenKeys for ObjectSchema ( #21906 )
2018-01-03 00:03:51 -08:00
Sergei Butko and Mohamed Hegazy
9c99ff65b2
Added border radii properties into ImageProperties for react-native ( #22497 )
...
* Added border radii properties into ImageProperties for react-native
* Remove trailing white spaces
* Remove more trailing whitespaces
2018-01-02 23:53:30 -08:00
sonnysangha and Mohamed Hegazy
117bff6e3c
Update @types/react-stripe-elements/index.d.ts ( #21830 )
...
* Update index.d.ts for PaymentRequestButtonElement
Update the type definitions to support the PaymentRequestButtonElement in react-stripe-elements as currently they are outdated.
* Fix lint errors
2018-01-02 22:51:42 -08:00
maxwellium and Mohamed Hegazy
8f69c279a4
add readable stream as input ( #22264 )
...
* add readable stream as input
see https://github.com/mholt/PapaParse#papa-parse-for-node
* Add `// TypeScript Version: 2.2` header
2018-01-02 22:51:19 -08:00
Jake Goulding and Mohamed Hegazy
c719882355
Add asyncChangeFields to ConfigProps ( #21915 )
...
Mirroring change in erikras/redux-form#3531
2018-01-02 22:36:54 -08:00
PINGUET Julien and Mohamed Hegazy
1a7ddb513a
[express-busboy] Typing for version 6.0 ( #22631 )
2018-01-02 17:41:45 -08:00
Anton Izmailov and Mohamed Hegazy
85ffb53c7f
[@storybook/react] Array support for RenderFunction ( #22529 )
...
* Update storybook__react-tests.tsx
* Array support for RenderFunction
Follows React v16 update
* fix Jenkins build error
* fix tests error
2018-01-02 17:39:29 -08:00
Jeff Kenney and Mohamed Hegazy
e6b4f2333b
[highcharts] add oneToOne option to chart.update ( #22546 )
2018-01-02 17:39:09 -08:00
Oliver Anteros and Mohamed Hegazy
00a0a0f5fe
Added "stretch" to "justifyContent" ( #21817 )
2018-01-02 17:37:03 -08:00
Nikolai Orekhov and Mohamed Hegazy
5b310b110f
add types for chai-webdriverio ( #21891 )
...
* add types for chai-webdriverio
* fix lint warning and remove extra lint rules
* fix compilation
* added types from webdriverio
* try to fix build
* try to fix build
2018-01-02 17:36:22 -08:00
Patt-tom McDonnell and Mohamed Hegazy
6449d48de9
[@types/bull] Update JobStatus type to be compatible with all Queue methods ( #21952 )
...
* Update JobStatus type to be compatible with all Queue methods
The docs for Bull suggest that methods can take `waiting` as a valid JobStatus but this is incorrect.
For example [here](https://github.com/OptimalBits/bull/blob/master/lib/queue.js#L995 ) the `.clean` method will fail when trying to clean the status `waiting`. This should be changed to `wait` but is currently incompatible with the typings here
* use `// tslint:disable-next-line` instead of `// tslint:disable`
2018-01-02 17:34:24 -08:00
Anton and Mohamed Hegazy
e881813b23
[redux-form] - Fix test and linting errors ( #20982 )
...
* [redux-form] - Fix linter error for redux-form v7
* replace tsconfig 'include' with 'files' property
* [redux-form] - Fix linter error for redux-form v4 and v6
* [redux-form] - disable tslint rule 'no-redundant-jsdoc' for redux-form v4
* Fix lint failures
2018-01-02 17:33:33 -08:00
waiting and Mohamed Hegazy
6fb134d9fc
Optimize type of params by Union Types ( #20680 )
...
* Optimize type of params by Union Types
* Avoid variable name of parameter clashes with keyword/type
writeCString()
* Add tslint.json
* tsconfig: turn strictNullChecks on
* Use const instead of var
* Use arrow function
* Update by new-parens
* Update for object-literal-key-quotes
* Update semicolon
* types: use object instead of Object
* types: use object instead of Object
* types: merged by union types
* Use const instead of var
* tsling: no-consecutive-blank-lines max 3
* Fix dt-header by 0.1
* Add '// TypeScript Version: 2.2' under header
* Fix for trim-file
* Update for prefer-declare-function
* tsling: turn ban-types off for use of 'Function'
* Update definition of Library
* Remove `@overide` tag
2018-01-02 17:32:22 -08:00
Oliver Joseph Ash and Mohamed Hegazy
8e80f13320
Ramda: anyPass: use generic instead of any ( #21870 )
...
* Ramda: `anyPass`: use generic instead of any
* Lint
2018-01-02 16:28:22 -08:00
Diwakar and Mohamed Hegazy
b6ba23b5df
amqplib: add missing authentication method definitions PLAIN, EXTERNAL ( #22509 )
2018-01-02 15:49:31 -08:00
Ken Viktil and Mohamed Hegazy
cda1707117
[iframe-resizer] Fix IFrameMessageData message type ( #21484 )
2018-01-02 15:49:07 -08:00
Jamie Starke and Mohamed Hegazy
b2517cc5cf
Adds typing for CloudWatch Logs events ( #21239 )
2018-01-02 15:47:47 -08:00
discharged-spider and Mohamed Hegazy
bdde08e944
SAT package. Small, but annoying bug fixed. ( #21519 )
...
* Small fixes for sat package
* Small fixes for sat package
* Small fixes for sat package
* Small fixes for sat package
2018-01-02 15:38:06 -08:00
Evan Shortiss and Mohamed Hegazy
36cd2eed76
Support arrays in fields generated by formidable ( #21425 )
...
* formidable - field entries can be of type Array<string>
* fix lint issue
2018-01-02 15:15:05 -08:00
Cory Deppen and Mohamed Hegazy
e22c9e0482
Add missing compilers property to MultiCompiler ( #22521 )
...
Based on the Webpack source, the `MultiCompiler` class has a [`compilers` property](https://github.com/webpack/webpack/blob/69e0844028950e1316fb4ed9f4ac4593ecc205b3/lib/MultiCompiler.js#L21 ).
2018-01-02 14:43:52 -08:00
PINGUET Julien and Mohamed Hegazy
22a1b4ed61
[connect-busboy] Typing for version 0.0 ( #22624 )
2018-01-02 14:38:45 -08:00
Andy and GitHub
0cc2b9db9a
Update asOfVersions to exceed current versions ( #22630 )
2018-01-02 14:34:39 -08:00
Vladimir Djukic and Mohamed Hegazy
a746ec4213
Update Hemera nats to have JOI support ( #22419 )
...
* add joi
* add joi interface
* fix
* add lint
* fix typo
* fix lint
* fix lint
* fix lint
* fix lint
* fix type
* update types for keys
* update types
* update types
* fix typo
* fix lint
* add extension for mongodb
* Update hemera types version
2018-01-02 14:32:34 -08:00
ronp001 and Mohamed Hegazy
9c894317b8
@types/yeoman-generator: add 'store' (boolean) to Question ( #22603 )
...
* [@types/yeoman-generator] add 'store' (boolean) to Question
* yeoman-generator: made Question.store optional
* yeoman-generator: added a couple of use cases to the tests
2018-01-02 14:30:57 -08:00
Flarna and Mohamed Hegazy
1d1c42f9df
[adone] fix builderror because of incompatible definition of duplex.end() ( #22569 )
...
* [adone] fix builderror because of incompatible definition of duplex.end()
* fix lint error
* fix lint error
2018-01-02 14:28:43 -08:00
Jacob Bom and Mohamed Hegazy
124b06352c
Lots of fixes ( #22542 )
...
- Fix message event callbacks
(bomjacob/definitelytyped-firefox-webext-browser#1 )
- Output interfaces instead of classes
(bomjacob/definitelytyped-firefox-webext-browser#2 )
- Add message parameter to sendResponse in message events (bomjacob/definitelytyped-firefox-webext-browser#4 )
- Support optional returns. (bomjacob/definitelytyped-firefox-webext-browser#8 )
- Support extraParamters in events. (bomjacob/definitelytyped-firefox-webext-browser#7 )
- Output comments (bomjacob/definitelytyped-firefox-webext-browser#3 )
- Fix comments for functions with multiple signatures (bomjacob/definitelytyped-firefox-webext-browser#12 )
- Fix return handling of functions and events (bomjacob/definitelytyped-firefox-webext-browser#13 )
- Various linting fixes (bomjacob/definitelytyped-firefox-webext-browser#14 )
2018-01-02 14:28:16 -08:00
Andy and GitHub
62df6b82ed
wonder.js: Fix by depending on deprecated @types packages ( #22627 )
2018-01-02 13:52:32 -08:00
Andy and GitHub
847237860b
Update asOfVersion of some notNeededPackages to be higher than any currently published version ( #22629 )
2018-01-02 13:46:15 -08:00
Simon Baumann and Mohamed Hegazy
46eb278d85
[@types/react-i18next] Updating type definitions to latest library version ( #21881 )
...
* Added updated typings for react-i18next
* Fixed linting issues
* Removed typings for deprecated version
* Fixed build and updated typescript version in header
* Readded old version
* Updated PR with suggestions
* Removed unused files
2018-01-02 13:09:43 -08:00
Li Yin and Mohamed Hegazy
9dc3b08389
[ref-struct]: add opt parameter to allow create packed struct ( #21932 )
...
* [ref-struct]: add opt parameter to allow create packed struct
* Set TypeScript version to 2.2 for package depending on ref-struct
2018-01-02 13:08:44 -08:00
booblin and Mohamed Hegazy
18b8aa88d5
@types/node-forge: add namespace pem ( #22124 )
...
* @types/node-forge: add namespace pem
* Update index.d.ts
options is optional
add headers
* Update index.d.ts
fix return type
2018-01-02 13:08:03 -08:00
Stewart Rand and Andy
9f934ac4e5
Add typing for core-js string.prototype.padStart and padEnd ( #22622 )
...
* Add typing for core-js string.prototype.padStart and padEnd
* Change names to the ones in the core-js package docs
* Increment header version
* Update version
* Revert version change
2018-01-02 12:53:15 -08:00
Matt Bishop and Mohamed Hegazy
2fda7e47c4
js.spec: add missing spec functions ( #22240 )
...
* add missing spec.predicate function
* Added another missing method problemStr()
2018-01-02 12:48:17 -08:00
Dan Stelljes and Mohamed Hegazy
a976fdc45b
luxon: Add missing SQL functions ( #22496 )
2018-01-02 12:47:57 -08:00
Steven Weiß and Mohamed Hegazy
aa574d1aee
Added TypeScript mappings for cqrs-domain. ( #21905 )
...
* Added TypeScript mappings for cqrs-domain.
* Added tests.
* Removed package.json to prevent build errors on DefinitelyTyped CI server.
* Fixed build errors.
* Fixed lots of lint findings.
* remove declare module
2018-01-02 12:47:16 -08:00
Kai Puth and Mohamed Hegazy
7439e27476
[electron-util] Added types for electron-util. ( #22066 )
...
* Added types for electron-util.
* Fix project link
2018-01-02 12:47:03 -08:00
Shahar Mor and Mohamed Hegazy
cc7f9b4e0c
support all Redis.Cluster node types ( #22500 )
2018-01-02 12:46:47 -08:00
antoine beauᵛᵃᴵˢ⁻lacᵃˢˢᵉ and Mohamed Hegazy
20bad0bb87
[@google-cloud/datastore]: Update definitions for v1.3 ( #22504 )
2018-01-02 12:43:28 -08:00
Kensuke Hoshikawa and Mohamed Hegazy
034f4b7343
[stripe] Fix AccountCreation, TransferCreation, ChargeCreation options ( #22534 )
...
* fix create charge options
* fix transfer creation options
* fix account creation options
* add auther to me
* fix test
* v5.0
2018-01-02 12:42:48 -08:00
Oscar Andersson and Mohamed Hegazy
e5c64dbf9c
Update trStyle ( #22505 )
...
* Update index.d.ts
* Update index.d.ts
2018-01-02 12:41:35 -08:00
Simas Toleikis and Mohamed Hegazy
aca6793745
Added pagination param to textSearch callback. ( #22506 )
2018-01-02 12:40:32 -08:00
Matt R. Wilson and Mohamed Hegazy
a25f841704
@types/nock Fix nock.pendingMocks() return type. ( #22507 )
2018-01-02 12:40:04 -08:00
Siyuan Zhang and Mohamed Hegazy
93113f80a0
added big.js properties declaration according to http://mikemcl.github.io/big.js/\#coefficient ( #22508 )
2018-01-02 12:39:42 -08:00
Shane Liesegang and Mohamed Hegazy
05433b1022
Update index.d.ts ( #22518 )
...
cleanliness updates
2018-01-02 12:31:40 -08:00
Zach Zanol and Mohamed Hegazy
b7f3332300
es6 import (no default), use string literal unions on appropriate props, add reset() ( #22519 )
2018-01-02 12:31:17 -08:00