Andy Hanson
|
07c19aba77
|
Fix test: compiler now infers type of a parameter, so we must give it a more specific type
|
2016-10-19 13:50:23 -07:00 |
|
Andy
|
d7f4aff454
|
Remove duplicate declaration (#11972)
|
2016-10-14 10:19:06 -07:00 |
|
Arthur Ozga
|
7c57843769
|
Merge pull request #11944 from lucamartinetti/string
[types-2.0] add stripLeft, stripRight and titleCase to string
|
2016-10-13 16:24:47 -07:00 |
|
Daniel Rosenwasser
|
e94e9e14a9
|
Merge pull request #11925 from DanielRosenwasser/fixReactDomServer
Fixed up declarations for ReactDOMServer
|
2016-10-12 17:31:05 -07:00 |
|
Arthur Ozga
|
fa15c9c464
|
Merge pull request #11926 from Aaike/types-2.0
fix incorrect type in chalk
|
2016-10-12 16:41:58 -07:00 |
|
Arthur Ozga
|
2d5d310e05
|
Merge pull request #11914 from geoffreak/maxmind-2.0
Updating maxmind to version 2.0 [Types-2.0]
|
2016-10-12 16:41:37 -07:00 |
|
Luca Martinetti
|
bdcc2c5de7
|
adfd titleCase
|
2016-10-12 16:37:11 -07:00 |
|
Luca Martinetti
|
024808fa0d
|
add stripLeft and stripRight
|
2016-10-12 16:37:03 -07:00 |
|
Aaike Van Roekeghem
|
a31e9a4bbf
|
fix incorrect type
ChalkChain conctructor return type is `false` while it should be `boolean`
|
2016-10-12 16:08:28 +07:00 |
|
Daniel Rosenwasser
|
8c3beecc8f
|
Fixed up declarations for ReactDOMServer.
|
2016-10-12 01:00:49 -07:00 |
|
Mohamed Hegazy
|
bc150e1372
|
Port fix in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11811 (#11913)
|
2016-10-11 16:08:25 -07:00 |
|
Arthur Ozga
|
11a11efe9d
|
Merge pull request #11910 from geoffreak/ioredis-incrbyfloat
Adding incrbyfloat to ioredis [Types-2.0]
|
2016-10-11 15:03:36 -07:00 |
|
Arthur Ozga
|
f83f3baaa4
|
Merge pull request #11912 from donaldpipowitch/patch-3
allow returning null for SFCs
|
2016-10-11 14:55:34 -07:00 |
|
Joshua DeVinney
|
230ab62701
|
Updating maxmind to version 2.0
|
2016-10-11 15:35:26 -05:00 |
|
Donald Pipowitch
|
b329e7ec15
|
allow returning null for SFCs
|
2016-10-11 21:46:33 +02:00 |
|
Joshua DeVinney
|
b59f58218c
|
Adding incrbyfloat to ioredis
|
2016-10-11 13:53:45 -05:00 |
|
Ryan Cavanaugh
|
dd79f35ee9
|
Merge pull request #11908 from DefinitelyTyped/jcanvas_version
Fix semver for jcanvas
|
2016-10-11 11:43:40 -07:00 |
|
Arthur Ozga
|
87be82a0ef
|
Merge pull request #11871 from AtlasDev/types-2.0
Updated typings passport-beam
|
2016-10-11 11:39:32 -07:00 |
|
Arthur Ozga
|
8701410f7c
|
Merge pull request #11903 from Andries-Smit/patch-1
Include dijit to tsconfig
|
2016-10-11 11:03:53 -07:00 |
|
Arthur Ozga
|
91574971b3
|
Merge pull request #11889 from mgroenhoff/types-2.0
Allow passing extra arguments to proptype validators
|
2016-10-11 09:37:56 -07:00 |
|
Arthur Ozga
|
53b550646a
|
Merge pull request #11900 from jamesbrucepower/patch-1
Update index.d.ts
|
2016-10-11 09:37:24 -07:00 |
|
Andy Hanson
|
7485589cbc
|
Fix semver for jcanvas
|
2016-10-11 09:30:22 -07:00 |
|
Andries Smit
|
1d5fbba4fa
|
Add reference type to dojo in dijit
|
2016-10-11 17:09:57 +02:00 |
|
Andries Smit
|
74aaaad1ad
|
Include dijit to tsconfig
When using new npm install @types/dojo the dijit file was missing.
|
2016-10-11 16:10:45 +02:00 |
|
James Power
|
44db89c20b
|
Update index.d.ts
The definition is missing an unset method found in superagent here https://github.com/visionmedia/superagent/blob/master/lib/request-base.js
|
2016-10-11 12:21:58 +01:00 |
|
Steve Ognibene
|
64c60d078f
|
Allow nodeunit definition to compile with strictNullChecks.
|
2016-10-10 13:12:18 -04:00 |
|
Melvin Groenhoff
|
4ecf3ce8aa
|
Allow passing extra arguments to proptype validators to silence deprecation warnings.
|
2016-10-10 16:43:42 +02:00 |
|
Christian Crowhurst
|
8093f71e55
|
Add ng-table to the notNeededPackages list (#11856)
* Add ng-table to the notNeededPackages list
* Delete old ng-table external type declarations
|
2016-10-09 09:51:33 -07:00 |
|
osechet
|
bc49789608
|
[openlayers] Update definition version (#11819)
The definition file is for v3.18.2. During the merge from master, the version has not been updated and remained 3.6.0.
|
2016-10-09 09:49:47 -07:00 |
|
AtlasDev
|
1398f2cdda
|
updated passport-beam
|
2016-10-09 15:09:08 +02:00 |
|
AtlasDev
|
973f0d21a3
|
updated passport-beam
|
2016-10-09 15:06:15 +02:00 |
|
Andy
|
cab65f1d39
|
Break up ts-activex into separate modules (#11805)
|
2016-10-08 13:07:12 -07:00 |
|
Mizunashi Mana
|
2a09ec44d5
|
Fix yargs type definitions (#11823)
|
2016-10-08 10:34:17 -07:00 |
|
Rogier Schouten
|
b430e39c97
|
add jcanvas typings (#11822)
|
2016-10-08 10:33:43 -07:00 |
|
Rogier Schouten
|
bccd4c091a
|
Turn random-js into an UMD module. (#11820)
|
2016-10-08 10:33:37 -07:00 |
|
Rogier Schouten
|
477908eeba
|
Add typings for url-join. (#11784)
* Add typings for url-join.
* process review comment
|
2016-10-08 10:33:27 -07:00 |
|
Rogier Schouten
|
92cf2a36b1
|
Add typings for ldapjs. (#11783)
* Add typings for ldapjs.
* process review comment
|
2016-10-08 10:33:18 -07:00 |
|
Rogier Schouten
|
e4f4b5138f
|
Add typings for simplesmtp. (#11780)
* Add typings for simplesmtp.
* Process review comment.
|
2016-10-08 10:33:09 -07:00 |
|
Rogier Schouten
|
9fbb6f6df0
|
Add typings for detect-browser (#11776)
* Add typings for detect-browser
* process review comment
|
2016-10-08 10:32:59 -07:00 |
|
Rogier Schouten
|
85348cdf99
|
Add typings for ent. (#11782)
* Add typings for ent.
* process review comment
* process review comment
|
2016-10-08 10:32:36 -07:00 |
|
Mohamed Hegazy
|
13dec92fd9
|
Fix failing tests after https://github.com/Microsoft/TypeScript/pull/11263 (#11835)
* Fix fialing tests after https://github.com/Microsoft/TypeScript/pull/11263
* Fix more failures
|
2016-10-07 14:41:25 -07:00 |
|
Richard Natal
|
c4e76d4c4c
|
feat(oracledb): Update definitions to match oracledb v1.11.0 (#11808)
Signed-off-by: Richard Natal <bigous@gmail.com>
|
2016-10-07 12:47:19 -07:00 |
|
Jeongho Nam
|
fd855bd631
|
TypeScript-STL & Samchon-Framework (#11818)
For TS2.0
|
2016-10-07 10:02:27 -07:00 |
|
Filipe Silva
|
086bf3e581
|
selenium-webdriver: allow <T>=><R> in map (#11770)
* selenium-webdriver: allow <T>=><R> in map
Followup from https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11726#issuecomment-251919529
The fix in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11726 seems to have uncovered a bug in the `map` typings, where the return type is expected to be the same as the argument type.
This is incorrect as you can map from one type to another.
* Change un-inferred type to any
|
2016-10-06 14:32:08 -07:00 |
|
mgroenhoff
|
1be288e7e1
|
Add missing terminalWidth method to yargs. (#11779)
|
2016-10-06 10:03:03 -07:00 |
|
Rogier Schouten
|
e3b20d93a9
|
Allow to use with commonjs (#11775)
|
2016-10-06 09:56:44 -07:00 |
|
Rogier Schouten
|
428195bee2
|
Improve temp function signatures (#11774)
|
2016-10-06 09:56:16 -07:00 |
|
Guilherme Oenning
|
9d5fc54dd5
|
headers was renamted to header. closes #11159 (#11773)
|
2016-10-06 09:54:55 -07:00 |
|
Mohamed Hegazy
|
dc86842627
|
Make moment dependency use open ranges (#11547)
* Make moment dependency use `>` instead of fixed version
* Remove unused file
* Use moment.MomentFormatSpecification
* Add dependency on moment
|
2016-10-06 09:43:47 -07:00 |
|
Rogier Schouten
|
159ba3fc8f
|
add method privateKeyToOpenSSH() to node-forge (#11763)
|
2016-10-06 09:42:04 -07:00 |
|