Matt Bishop
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
a976fdc45b
luxon: Add missing SQL functions ( #22496 )
2018-01-02 12:47:57 -08:00
Steven Weiß
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
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
cc7f9b4e0c
support all Redis.Cluster node types ( #22500 )
2018-01-02 12:46:47 -08:00
antoine beauᵛᵃᴵˢ⁻lacᵃˢˢᵉ
20bad0bb87
[@google-cloud/datastore]: Update definitions for v1.3 ( #22504 )
2018-01-02 12:43:28 -08:00
Kensuke Hoshikawa
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
e5c64dbf9c
Update trStyle ( #22505 )
...
* Update index.d.ts
* Update index.d.ts
2018-01-02 12:41:35 -08:00
Simas Toleikis
aca6793745
Added pagination param to textSearch callback. ( #22506 )
2018-01-02 12:40:32 -08:00
Matt R. Wilson
a25f841704
@types/nock Fix nock.pendingMocks() return type. ( #22507 )
2018-01-02 12:40:04 -08:00
Siyuan Zhang
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
05433b1022
Update index.d.ts ( #22518 )
...
cleanliness updates
2018-01-02 12:31:40 -08:00
Zach Zanol
b7f3332300
es6 import (no default), use string literal unions on appropriate props, add reset() ( #22519 )
2018-01-02 12:31:17 -08:00
user3587412
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
Nokecy
ce78ff9c83
update number() method Parameter Type ( #22527 )
2018-01-02 12:28:54 -08:00
Diogo do Carmo
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
Stefan
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 Viaene
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
wwwouter
1fef13d890
react-widgets: Add placeholder to DateTimePickerProps ( #22541 )
2018-01-02 12:21:01 -08:00
Andrei Volchenko
d2618d1a1e
Add types for styled-jsx/server and styled-jsx/css ( #22516 )
2018-01-02 12:20:00 -08:00
Youssef GHOUBACH
f668bd5740
[FIX] Address.fromOutputScript returns string not buffer ( #22560 )
2018-01-02 12:18:48 -08:00
Frank Tan
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 Yakimov
0e20cee14e
Remove undefined from atom.config.get ( #22589 )
2018-01-02 12:16:36 -08:00
Nikolay Yakimov
cbf0da6545
[atom] atom.workspace.isTextEditor is a type assertion ( #22590 )
2018-01-02 12:16:19 -08:00
smhxx
12522af29a
[atom] add type guarding to isFile() and isDirectory() methods ( #22591 )
2018-01-02 12:15:57 -08:00
Andy
28cf53f162
jointjs: Provides its own types ( #22297 )
2018-01-02 12:14:51 -08:00
Riku
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 McKay
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
Stanislav Berkov
d0b24f7a7b
Espruino type definitions ( #22228 )
2018-01-02 12:03:43 -08:00
Wilson Hobbs
b06a0c9009
add types for is-object ( #22547 )
...
* add types for is-object
* Update tests to reflect require syntax
2018-01-02 11:52:54 -08:00
Flarna
f25d2046ad
[easy-xapi-utils] Fix build by removing unneed references ( #22623 )
2018-01-02 11:45:59 -08:00
idchlife
d19ddb855d
Types for check-types ( #22554 )
...
* Types for check-types
* added version
* added tsconfig.json
* fixes for tslint
* tests, some improv
* missing semicolon fix
* added tests file to tsconfig
* fixed errors
* removed redundant comment
* updated tests and types with info from creator of lib
2018-01-02 11:27:59 -08:00
Juan J. Jimenez-Anca
544141d4fa
first sanctuary types ( #22563 )
2018-01-02 11:22:55 -08:00
Haskaalo
fb9a0d825b
Added types for package koa-csrf ( #22570 )
...
* Added types for package koa-csrf
* Added version
* Updated import statement for koa-csrf test
2018-01-02 11:19:12 -08:00
Klaus Meinhardt
02bb19992f
Add to-absolute-glob ( #22575 )
...
* Add to-absolute-glob
* Use ImportEquals instead of namespace import
2018-01-02 11:17:04 -08:00
Jay Anslow
94e069c099
Add cli-spinner definitions ( #22581 )
2018-01-02 11:15:46 -08:00
Frank Tan
7189d05b09
ember-feature-flags: Add types ( #22585 )
2018-01-02 10:48:46 -08:00
Santiago Doldán
290caceaf1
Add typings for react-confirm ( #22586 )
2018-01-02 10:47:37 -08:00
Clarence Ho
e73a94c7ec
Updated to Massive v4 ( #22594 )
...
* Updated to Massive v4
* Update tsconfig.json
* Remove white space
2018-01-02 10:46:44 -08:00
Steph-W
60eb4d9ea2
Add types for pkg-dir package ( #22601 )
2018-01-02 10:45:33 -08:00
Brictarus
3aa8aa9e93
Add types for leaflet.pancontrol NPM package ( #22618 )
...
* Add types for leaflet.pancontrol NPM package
* Add typescript minimal version because of leaflet dependency
2018-01-02 10:44:42 -08:00
Andy
cd3b13eb84
smooth-scrollbar: Provides its own types ( #22298 )
2018-01-02 10:41:37 -08:00
Andy
43906454e3
cordova plugins: Provide their own types ( #22305 )
2018-01-02 10:41:10 -08:00
Andy
5760ddb71a
botvs: Provides its own types ( #22380 )
2018-01-02 10:40:45 -08:00
Andy
b5df11f679
homeworks: Provides its own types ( #22424 )
2018-01-02 10:40:26 -08:00
Andy
105784b2d9
handsontable: Provides its own types ( #22395 )
2018-01-02 10:40:06 -08:00
Andy
99c807a857
uuidjs: Provides its own types ( #22377 )
2018-01-02 10:38:59 -08:00
Andy
d7ceadf91f
bignumber.js: Provides its own types ( #22374 )
2018-01-02 10:38:44 -08:00
Andy
673dc99623
passport-client-cert: Provides its own types ( #22369 )
2018-01-02 10:33:38 -08:00
Andy
6c6ebcf3eb
jasmine-expect: Provides its own types ( #22351 )
2018-01-02 10:33:26 -08:00