Mine Starks and GitHub
bce28b648f
Merge pull request #17042 from Amos47/master
...
Update tween.js to version v16.6.0
2017-06-16 14:22:01 -07:00
Mine Starks and GitHub
40f4f0a527
Merge pull request #17004 from DenisCarriere/write-json-file
...
Implement write-json-file definition
2017-06-16 14:16:42 -07:00
Mine Starks and GitHub
5983a25c6f
Merge pull request #16947 from pc-jedi/master
...
Add "events" function to Job class for kue
2017-06-16 14:10:54 -07:00
Andy and GitHub
323a00ed08
koa-session: convert crlf to lf ( #17259 )
2017-06-16 12:47:40 -07:00
Mine Starks and GitHub
19ff1167c1
Merge pull request #17191 from curtstate/master
...
Added typings for fingerprintjs2 1.5.1
2017-06-16 11:29:30 -07:00
Mine Starks and GitHub
f05316a6cd
Merge pull request #17146 from kerol2r20/master
...
Add type definition for koa-session
2017-06-16 11:27:56 -07:00
Mine Starks and GitHub
e99cca48aa
Merge pull request #17176 from rowellx68/master
...
Updated flatpickr to include changes brought in for v3
2017-06-16 11:10:19 -07:00
kerol2r20 and GitHub
7a709fde3b
Modify the module style of koa-session
2017-06-17 01:41:10 +08:00
Mine Starks and GitHub
2099f15798
Merge pull request #17198 from ianlin123/master
...
React-Virtualized: Add optional property parent to TableCellProps
2017-06-16 10:40:49 -07:00
Mine Starks and GitHub
663442789d
Merge pull request #17220 from Richard004/master
...
[three] fix of FontLoader callback parameter type from string to Font
2017-06-16 10:39:10 -07:00
Mine Starks and GitHub
e46e241406
Merge pull request #17207 from slavasitnikov/jest-toBeNaN
...
[jest] Add toBeNaN() matcher
2017-06-16 10:38:42 -07:00
kerol2r20 and GitHub
41c56cb34b
Modify the information comment about koa
2017-06-17 01:38:05 +08:00
Mine Starks and GitHub
e73513de5f
Merge pull request #17158 from afharo/master
...
ramda: Add R.pathSatisfies
2017-06-16 10:37:29 -07:00
Mine Starks and GitHub
535b6e0763
Merge pull request #17175 from TobiasBales/pouchdb-without-nodejs
...
Remove node dependencies for pouchdb-core
2017-06-16 10:33:15 -07:00
Nathan Shively-Sanders and GitHub
4f5716d5a0
Merge pull request #17253 from DefinitelyTyped/weak-type-errors-in-request
...
Weak type errors in request
2017-06-16 10:32:54 -07:00
Mine Starks and GitHub
73d932e12b
Merge pull request #16987 from devpaul/aframe-typings
...
Added A-Frame typings
2017-06-16 10:27:30 -07:00
Mine Starks and GitHub
2864c0c1b7
Merge pull request #17204 from xialeistudio/master
...
add @types/qiniu
2017-06-16 10:25:44 -07:00
Mine Starks and GitHub
3d033f2c99
Merge pull request #17078 from Huruikagi/update_multer_filefilter
...
multer: Allow null in Options.fileFilter.callback first parameter
2017-06-16 10:25:03 -07:00
Madhukar Kedlaya and Andy
edbb4de95d
Creating a separate interface for IncomingMessageHeaders in node/index.d.ts ( #17157 )
...
* Creating a separate interface for IncomingMessageHeaders
This allows for IncomingMessage.headers types to be extensible per project. Suppose a node service expects a fixed set of headers of certain type (say string), that service can specify custom IncomingMessageHeaders with more concrete types defined.
For example
```
interface IncomingMessageHeaders {
"host": string;
"set-cookie": string[]
}
```
* Changing IncomingMessageHeaders defn
This definition adds undefined in addition to string and string[].
2017-06-16 10:21:58 -07:00
Nathan Shively-Sanders
1d4d00cfcf
Fix incomplete merge
2017-06-16 10:19:12 -07:00
Andy and GitHub
2a4ea59ddf
es6-shim: Fix tests that fail due to callback covariance ( #17247 )
2017-06-16 10:19:02 -07:00
Nathan Shively-Sanders
376ffe71ba
Merge branch 'master' into weak-type-errors-in-request
2017-06-16 10:18:00 -07:00
Nathan Shively-Sanders
a8ead39f70
Fix weak type errors in request tests
2017-06-16 10:08:42 -07:00
Andy and GitHub
04221e07e2
umzug: Fix test ( #17250 )
2017-06-16 09:02:01 -07:00
Andy and GitHub
aa3a920d34
kefir: Use never instead of void for Observable type arguments ( #17248 )
2017-06-16 08:45:54 -07:00
--global
79f4891748
fixing issues from CI build
2017-06-16 08:38:34 -07:00
Andy and GitHub
6cfe2bc39c
request-promise: Lint ( #17249 )
2017-06-16 08:37:10 -07:00
--global
22e8163e07
updating to use let over var for the tests
2017-06-16 07:46:36 -07:00
Andy and GitHub
b9afd83a91
express-serve-static-core: Don't redeclare headers from http.IncomingMessage ( #17229 )
2017-06-16 07:11:36 -07:00
curtstate
c4421a7543
adding tslint.json and forcing strictNullChecks
2017-06-16 07:11:12 -07:00
Rowell Heria
f6939c7a01
Added version folder for flatpickr v2
2017-06-16 14:18:42 +01:00
Leonard Thieu
a8b1a242b5
[jquery] jqXHR.fail(failCallback) refers to wrong 'this'.
2017-06-16 07:25:27 -04:00
slavasitnikov and GitHub
6d1aa9f59f
Merge branch 'master' into jest-toBeNaN
2017-06-16 11:59:18 +03:00
Alejandro Haro
33d52686cc
jslint compliance
2017-06-16 09:46:49 +01:00
Alejandro Haro
5425a3443d
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
2017-06-16 09:43:55 +01:00
Alejandro Haro
6874128836
ramda: Code review feedback
2017-06-16 09:23:26 +01:00
Huruikagi
104a9679e1
Merge remote-tracking branch 'upstream/master' into update_multer_filefilter
...
# Conflicts:
# types/multer/index.d.ts
# types/multer/multer-tests.ts
2017-06-16 15:00:31 +09:00
Tobias Bales
74b5c85d67
Remove node dependencies for pouchdb-core
...
by inlining EventEmitter and Buffer
Since pouchdb does not require nodejs to be present and the node definitions
conflict with e.g. react-native
2017-06-16 07:28:29 +02:00
Paul Shannon
485696c0db
making requested changes
2017-06-15 21:13:34 -07:00
lei xia and GitHub
cbfea0bd11
update user info
2017-06-16 09:39:19 +08:00
Mine Starks and GitHub
7c9006cd25
Merge pull request #16981 from bradleyayers/prosemirror-0.21
...
Update prosemirror-* to 0.21
2017-06-15 18:32:08 -07:00
Mine Starks and GitHub
3032f7725e
Merge pull request #17230 from nexus-uw/patch-1
...
removed nexus-uw from authors
2017-06-15 18:29:30 -07:00
Mine Starks and GitHub
af934c1328
Merge pull request #17223 from adrianchia/auth0-js-patch1
...
Auth0-js: add usePostMessage to RenewAuthOptions, update test case
2017-06-15 18:26:59 -07:00
Mine Starks and GitHub
2a2f68d62a
Merge pull request #17218 from LucianBuzzo/xterm-updates
...
Add some missing values to xterm types
2017-06-15 18:16:21 -07:00
Mine Starks and GitHub
da1c33c54d
Merge pull request #17217 from seanbright/sip.js
...
sip.js: Add/update method signatures and config parameters
2017-06-15 18:16:02 -07:00
Mine Starks and GitHub
561a2b3fbf
Merge pull request #17216 from iwllyu/highland/organize-functions
...
[highland] organize functions and add some definitions
2017-06-15 18:15:37 -07:00
Mine Starks and GitHub
5e82017cf5
Merge pull request #17214 from James-Frowen/master
...
adding new word-to-numbers types
2017-06-15 18:14:17 -07:00
Mine Starks and GitHub
4ef0b8ebc4
Merge pull request #17212 from twail-net/fix-dirty
...
Fixed signature of Parse.Object#dirty
2017-06-15 18:11:17 -07:00
Mine Starks and GitHub
e3da5225fc
Merge pull request #17209 from twoeo/patch-1
...
@types/mongodb: change Default to any
2017-06-15 18:00:04 -07:00
Mine Starks and GitHub
f219205c03
Merge pull request #17208 from ssddi456/yog2-defininations
...
add yog2-kernel yog-log yog-bigpipe node-ral
2017-06-15 17:55:10 -07:00