Commit Graph
11485 Commits
Author SHA1 Message Date
Oliver AnterosandMohamed Hegazy 00a0a0f5fe Added "stretch" to "justifyContent" (#21817) 2018-01-02 17:37:03 -08:00
Nikolai OrekhovandMohamed 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 McDonnellandMohamed 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
AntonandMohamed 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
waitingandMohamed 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 AshandMohamed 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
DiwakarandMohamed Hegazy b6ba23b5df amqplib: add missing authentication method definitions PLAIN, EXTERNAL (#22509) 2018-01-02 15:49:31 -08:00
Ken ViktilandMohamed Hegazy cda1707117 [iframe-resizer] Fix IFrameMessageData message type (#21484) 2018-01-02 15:49:07 -08:00
Jamie StarkeandMohamed Hegazy b2517cc5cf Adds typing for CloudWatch Logs events (#21239) 2018-01-02 15:47:47 -08:00
discharged-spiderandMohamed 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 ShortissandMohamed 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 DeppenandMohamed 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 JulienandMohamed Hegazy 22a1b4ed61 [connect-busboy] Typing for version 0.0 (#22624) 2018-01-02 14:38:45 -08:00
Vladimir DjukicandMohamed 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
ronp001andMohamed 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
FlarnaandMohamed 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 BomandMohamed 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
AndyandGitHub 62df6b82ed wonder.js: Fix by depending on deprecated @types packages (#22627) 2018-01-02 13:52:32 -08:00
Simon BaumannandMohamed 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 YinandMohamed 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
booblinandMohamed 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 RandandAndy 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 BishopandMohamed 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 StelljesandMohamed Hegazy a976fdc45b luxon: Add missing SQL functions (#22496) 2018-01-02 12:47:57 -08:00
Steven WeißandMohamed 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 PuthandMohamed 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 MorandMohamed Hegazy cc7f9b4e0c support all Redis.Cluster node types (#22500) 2018-01-02 12:46:47 -08:00
antoine beauᵛᵃᴵˢ⁻lacᵃˢˢᵉandMohamed Hegazy 20bad0bb87 [@google-cloud/datastore]: Update definitions for v1.3 (#22504) 2018-01-02 12:43:28 -08:00
Kensuke HoshikawaandMohamed 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 AnderssonandMohamed Hegazy e5c64dbf9c Update trStyle (#22505)
* Update index.d.ts

* Update index.d.ts
2018-01-02 12:41:35 -08:00
Simas ToleikisandMohamed Hegazy aca6793745 Added pagination param to textSearch callback. (#22506) 2018-01-02 12:40:32 -08:00
Matt R. WilsonandMohamed Hegazy a25f841704 @types/nock Fix nock.pendingMocks() return type. (#22507) 2018-01-02 12:40:04 -08:00
Siyuan ZhangandMohamed 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 LiesegangandMohamed Hegazy 05433b1022 Update index.d.ts (#22518)
cleanliness updates
2018-01-02 12:31:40 -08:00
Zach ZanolandMohamed Hegazy b7f3332300 es6 import (no default), use string literal unions on appropriate props, add reset() (#22519) 2018-01-02 12:31:17 -08:00
user3587412andMohamed Hegazy d9413a1afb @types/react-dates: update to version 16.0.0 (#22520)
* @types/react-dates: add property `noBorder` and `block`

* @types/react-dates: update to version 16.0.0
2018-01-02 12:29:51 -08:00
NokecyandMohamed Hegazy ce78ff9c83 update number() method Parameter Type (#22527) 2018-01-02 12:28:54 -08:00
Diogo do CarmoandMohamed Hegazy a978295bd7 Update index.d.ts (#22531)
Fix "date" casing on PushNotificationScheduleObject according to this: https://github.com/zo0r/react-native-push-notification#scheduled-notifications
2018-01-02 12:28:11 -08:00
StefanandMohamed Hegazy f40ab95d05 Updated Model types (#22532)
Updated the Mongoose Model type to include the new (updateOne)[http://mongoosejs.com/docs/api.html#model_Model.updateOne], (updateMany)[http://mongoosejs.com/docs/api.html#model_Model.updateMany], (deleteOne)[http://mongoosejs.com/docs/api.html#model_Model.deleteOne], (deleteMany)[http://mongoosejs.com/docs/api.html#model_Model.deleteMany] methods.
2018-01-02 12:27:49 -08:00
Haroen ViaeneandMohamed Hegazy d1debdf859 fix(algolia): batch has multiple "action"s (#22539)
* fix(algolia): batch has multiple "action"s

* chore: increment version
2018-01-02 12:22:00 -08:00
wwwouterandMohamed Hegazy 1fef13d890 react-widgets: Add placeholder to DateTimePickerProps (#22541) 2018-01-02 12:21:01 -08:00
Andrei VolchenkoandMohamed Hegazy d2618d1a1e Add types for styled-jsx/server and styled-jsx/css (#22516) 2018-01-02 12:20:00 -08:00
Youssef GHOUBACHandMohamed Hegazy f668bd5740 [FIX] Address.fromOutputScript returns string not buffer (#22560) 2018-01-02 12:18:48 -08:00
Frank TanandMohamed Hegazy ac99b869eb ember-data: Update various function arguments (#22543)
* ember-data: Update `buildURL` arguments

* ember-data: Simplify `requestType` arg

* ember-data: Update args to `serializeIntoHash`
2018-01-02 12:17:39 -08:00
Nikolay YakimovandMohamed Hegazy 0e20cee14e Remove undefined from atom.config.get (#22589) 2018-01-02 12:16:36 -08:00
Nikolay YakimovandMohamed Hegazy cbf0da6545 [atom] atom.workspace.isTextEditor is a type assertion (#22590) 2018-01-02 12:16:19 -08:00
smhxxandMohamed Hegazy 12522af29a [atom] add type guarding to isFile() and isDirectory() methods (#22591) 2018-01-02 12:15:57 -08:00
AndyandMohamed Hegazy 28cf53f162 jointjs: Provides its own types (#22297) 2018-01-02 12:14:51 -08:00
RikuandMohamed Hegazy 0d5e006750 update html-minifier version to 3.5 (#21907)
* update html-minifier to v3

* sweep lint issues
2018-01-02 12:08:33 -08:00
Tre`Von McKayandMohamed Hegazy cd03f1cc14 Adding type definition for 'react-cartographer' package (#22078)
* Adding type definition for react-cartographer npm package

* Changing strictNullChecks to true

* Fixing failures from lint check

* Code cleanup
2018-01-02 12:04:26 -08:00