Shaun Luttin
6cf46289ea
Add oidc-client-js to not needed packages ( #13116 )
2016-12-24 18:48:42 +09:00
long_long_float
3918d87556
add send method to Channel ( #13109 )
2016-12-24 17:14:53 +09:00
Titan
51f11a1d66
Make tslint happy in nanomsg types ( #13104 )
2016-12-24 17:12:22 +09:00
Masahiro Wakame
9411d01977
Revert "Add bluebird-global typings for bluebird.js." ( #13535 )
2016-12-24 17:05:49 +09:00
d-ph
39c67df85a
Add bluebird-global typings for bluebird.js. ( #13100 )
...
* Add bluebird-global typings for bluebird.js.
`bluebird-global` uses `bluebird` typings in order to expose its functions
on the global Promise symbol. This is generally how devs use bluebird.js
in the browser.
* Sort methods alphabetically in `bluebird-global` and apply some code style fixes.
* Apply code style fixes in `bluebird-global`.
2016-12-24 17:05:14 +09:00
Jason Jarrett
634f7c5af5
note about NuGet
2016-12-23 13:59:24 -08:00
Rémi Marenco
3df6ff8869
Update index.d.ts to import * ( #13381 )
...
* Update index.d.ts to import *
`export default Dropzone;` was leading me to have some issues with importing the module in my code.
I changed it to `export = Dropzone` so now we can do `import * as Dropzone from "react-dropzone";` like the others package importations in a tsx file.
* Reconfigure the import in test file
2016-12-21 14:43:18 -08:00
Horiuchi_H
84c916fad2
Merge pull request #13481 from horiuchi/passport-update
...
[passport] fix lint error
2016-12-21 13:01:51 +09:00
Horiuchi_H
183856b6b9
fix: fix lint error
2016-12-21 12:29:38 +09:00
Robert Coie
b3d0adf956
additional markdown-it interfaces ( #13282 )
2016-12-20 18:09:19 -08:00
Paul van Brenk
5dc811a408
Merge pull request #12821 from Kovensky/patch-2
...
Improve webpack 2 definitions
2016-12-20 11:31:50 -08:00
Alex Eagle
bfd9af02ca
chore(lint): change vis typing to external module ( #13399 )
2016-12-20 10:57:18 -08:00
Craig Boland
5ed3a5be31
Updated jquery.dataTables for 1.10.9 ( #13099 )
...
Release Notes: https://cdn.datatables.net/1.10.9/
* Moved legacy browser settings to its own data type.
* Added 'aIds' property on legacy settings object for mapping row ids to data indexes.
* Added 'rowIdFn' function to legacy settings object to get a row's id from the row's data.
2016-12-20 23:36:09 +09:00
Yu Jianrong
45ff4733fc
Add declaration for crc ( #13068 )
2016-12-20 23:34:37 +09:00
Adam Charron
cf2712a66f
Add pouch-redux-middleware typing ( #13071 )
...
* Add pouch-redux-middleware typing
* Fix <> in comment
2016-12-20 23:33:32 +09:00
James Birtles
3676f9340d
Add flatpickr definitions ( #13083 )
2016-12-20 23:29:27 +09:00
rafw87
88259e57b4
Typings for cordova-sqlite-storage ( #13081 )
2016-12-20 23:27:48 +09:00
Kiệt Thành Võ
d80069d043
Add types for mailgen ( #13080 )
2016-12-20 23:27:09 +09:00
Chad Burggraf
20c296cac7
Add redux-batched-actions typings. ( #13054 )
2016-12-20 23:17:24 +09:00
Martin Braun
82c28ae865
Updated type definitions to yfiles for HTML 2.0. ( #13332 )
...
* Updated type definitions to yFiles for HTML 2.0.
* Updated type definitions to yfiles for HTML 2.0.
* Added contact in yfiles .d.ts header.
2016-12-20 06:15:33 -08:00
York Yao
5771822d9c
remove ajv because the package bundles its own types ( #13028 )
2016-12-20 06:11:51 -08:00
Fedor Nezhivoi
06274277de
[jest] add type definition for toHaveBeenLastCalledWith ( #13038 )
2016-12-20 21:12:53 +09:00
Daniel Rosenwasser
4c6ea4e806
Merge pull request #13091 from e-cloud/types/loader-runner
...
[types/loader-runner] improve missing typings
2016-12-19 17:46:05 -08:00
Karol Janyst
fb1cf61bca
Add definitions for redux-recycle ( #13424 )
...
* Add definitions for redux-recycle
* Fix linter errors
2016-12-19 14:41:47 -08:00
Daniel Rosenwasser
1f60ecb795
Merge pull request #13058 from e-cloud/types/enhanced-resolve
...
[Types/enhanced-resolve] upgrade to v3.0.0
2016-12-19 13:21:05 -08:00
Daniel Rosenwasser
be2ff6f07b
Merge pull request #13060 from e-cloud/types/watchpack
...
feat: add typings for watchpack
2016-12-19 13:16:03 -08:00
Daniel Rosenwasser
e907296b42
Merge pull request #13217 from e-cloud/types/tapable
...
[Types/Tapable] upgrade to v0.2.5
2016-12-19 13:04:42 -08:00
Péter Kovács
dd4f32047b
[interact.js] Update module names ( #13316 )
...
Update CommonJS module name as it was changed in version 1.2.7.
AMD module name is also different from both new and old CommonJS module names, so a separate declaration was created for that as well.
2016-12-19 08:42:13 -08:00
Caleb Meredith
398e713c20
fix scalar type config ( #13398 )
...
The `GraphQLScalarTypeConfig` interface had incorrect types. Correct types may be seen here: 379a308439/src/type/definition.js (L348-L350)
2016-12-19 06:42:29 -08:00
Horiuchi_H
c07bbd5657
Merge pull request #13436 from horiuchi/angulartics
...
[angulartics] fix type definition for ES6 import
2016-12-19 18:32:05 +09:00
Horiuchi_H
505fdd2183
fix: lint error
2016-12-19 17:42:37 +09:00
Horiuchi_H
5c3e49174b
fix: angulartics type definition for ES6 import
2016-12-19 17:38:31 +09:00
Karol Janyst
de2e7e96d7
Add redux-persist and basic transformers ( #13389 )
...
* Add definitions for redux-persist
* Add missin generic types
* Add definitions for filter transformer
* Add definitions for encrypt transformer
* Fix header
* Add definitions for compress transformer
* Delete unnecessary linter configs
* Change way of importing, fix tests
2016-12-18 16:36:29 -08:00
Fabian Meul
59ce85c4aa
Updated masonry-layout to fix linting errors ( #13272 )
...
* Updated masonry-layout to fix linting errors
* Fixed the tests I could fix.
* Removed patch version
2016-12-18 10:13:55 -08:00
Andy
027cdcc4f4
Remove '+' from header versions, so they can be parsed ( #13239 )
2016-12-18 10:12:35 -08:00
Róbert Essig
bf82d81f6b
Types 2.0 ( #13261 )
...
* updating typing of the latest 7.0 react-autosuggest
* updating typing of react-autosuggest 7.0
* update typings for react-autosuggest 7.0
2016-12-18 09:31:44 -08:00
Andy
4e9834787e
Merge pull request #13005 from dolanmiu/base-64
...
base-64 typings
2016-12-16 16:17:00 -08:00
Andy
7f24a58cf1
Merge pull request #13092 from mmaitre314/types-2.0
...
Add types for vis.js
2016-12-16 08:52:30 -08:00
Andy
0d70dd598b
Merge pull request #13308 from DefinitelyTyped/improve_parsimmon
...
Improve parsimmon types
2016-12-16 06:18:12 -08:00
Andy
f97c1b516f
Merge pull request #13131 from codeka/types-2.0
...
Three changes to index.d.ts
2016-12-15 13:56:57 -08:00
Andy Hanson
b16be42e6d
Add fallback and simplify or
2016-12-15 13:39:51 -08:00
Andy
114299dc57
Merge pull request #13315 from tomwanzek/d3-axis-strict-null
...
[types-2.0] d3-axis strictNullChecks, Enhancements, Fixes
2016-12-15 11:21:18 -08:00
Andy
9cd596f97c
Merge pull request #13229 from fsmedberg-tc/types-2.0
...
Makes the type definitions compatible with WebdriverIO 4.4.0.
2016-12-15 06:59:51 -08:00
Fredrik Smedberg
7cd7118483
Merge remote-tracking branch 'remotes/upstream/types-2.0' into types-2.0
2016-12-15 15:48:19 +01:00
Fredrik Smedberg
9896de4eb0
Used ? to indicate optional arguments for some methods, which made it possible to merge similar declarations into fewer.
2016-12-15 15:47:26 +01:00
Paul van Brenk
70897d9f92
Merge pull request #12908 from danimbrogno/fix-knex-timestamps
...
Fix knex timestamps
2016-12-14 15:48:33 -08:00
Andy
7429ccc7c4
Merge pull request #13305 from s0x/uikit-modal-options
...
Uikit support modal options
2016-12-14 12:31:28 -08:00
Andy
61c83f45a3
Merge pull request #13276 from siavelis/patch-2
...
Patch 2
2016-12-14 11:42:45 -08:00
Panagiotis Rikarnto Siavelis
673d2740d7
TableHeaderColumnProps.dataFormat 3rd parameter.
...
Added 3rd parameter in TableHeaderColumnProps.dataFormat field. One can provide additional data to the 'dataFormat' function using 'formatExtraData'.
2016-12-14 21:06:37 +02:00
Andy
a4b3c7ee7e
Merge pull request #13293 from dbrgn/emojione
...
Add emojione type declarations
2016-12-14 10:48:31 -08:00