Erik Krogh Kristensen
d8e322fe00
Leaflet: various fixes.
...
A lot of or errors related to strict nulls.
Also some arguments that were too general, where the functions don't behave as expected with some of the possible inputs.
And other various errors.
2017-03-27 10:01:22 +02:00
John Reilly
bb7d6b2d08
Merge pull request #15368 from Budry/fix-react-router-static-router-history-props
...
@types/react-router - StaticRouter has no any history props
2017-03-25 08:30:25 +00:00
Andy
508b2e7869
node: Change "disconnet" to "disconnect" ( #15375 )
2017-03-24 16:43:33 -07:00
Budry
e77796aee3
StaticRouter has no any history props
2017-03-24 23:59:28 +01:00
Andy
34291ba1db
Move files to '.github' directory ( #15370 )
2017-03-24 15:16:37 -07:00
Andy
f2eeefbf32
Fix fix-tslint script now that types are in types directory ( #15374 )
2017-03-24 15:05:04 -07:00
Andy
78f4536c66
Fix lint script now that types are in types directory ( #15372 )
2017-03-24 15:04:36 -07:00
Andy
0ba0c1dd7d
Add note in README about file history ( #15371 )
2017-03-24 14:55:12 -07:00
Andy
18ae90b476
Fix not-needed script now that types are in types directory ( #15373 )
2017-03-24 14:54:49 -07:00
Mohamed Hegazy
40033987a6
Change code block to js to allow for comments in json block
2017-03-24 14:33:48 -07:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00
Andy
f9869dc191
Change files from crlf to lf ( #15369 )
2017-03-24 13:47:50 -07:00
Andy
f8493b7b8f
core-js: Declare globals with 'var' to avoid conflicts ( #15362 )
2017-03-24 12:38:34 -07:00
Nathan Shively-Sanders
34f3bdb7ef
Merge pull request #15253 from cdhgee/master
...
Amend "call" route method signature to allow path/value pair based invalidation
2017-03-24 12:35:53 -07:00
Nathan Shively-Sanders
7233533ac2
Merge pull request #15302 from JJayet/soap_missing_def
...
Added missing security definitions
2017-03-24 11:47:52 -07:00
Nathan Shively-Sanders
81e2e046f1
Merge pull request #15338 from calebegg/patch-2
...
angular: Add currentInstruction to angular-component-router
2017-03-24 10:11:22 -07:00
Nathan Shively-Sanders
6241f19520
Merge pull request #15341 from gyzerok/react-native/update-image-props
...
@types/react-native update image prop types
2017-03-24 10:06:01 -07:00
Nathan Shively-Sanders
98bea09da1
Merge pull request #15360 from DefinitelyTyped/rm_fix
...
Remove useless file
2017-03-24 09:56:46 -07:00
Andy
91df45dd75
Move types that were in xmpp-jid to xmpp__jid, since they are for @xmpp/jid, not xmpp-jid. ( #15279 )
...
* Move types that were in `xmpp-jid` to `xmpp__jid`, since they are for `@xmpp/jid`, not `xmpp-jid`.
* Update comment
2017-03-24 09:32:36 -07:00
Nathan Shively-Sanders
809b6abeba
Merge pull request #15180 from ceau/master
...
fix all error in sammy like "error TS7006: Parameter 'app' implicitly has an '…
2017-03-24 09:30:22 -07:00
Andy Hanson
e87e087afc
Remove useless file
2017-03-24 09:28:58 -07:00
Nathan Shively-Sanders
ede9f611d7
Merge pull request #15356 from Shanayalameda/patch-2
...
Update index.d.ts
2017-03-24 09:25:48 -07:00
Arsène von Wyss
6ffca66c9d
Fix of React SyntheticEvent.timeStamp property type ( #15165 )
...
The `timeStamp` property of events is a numeric value in milliseconds, not a `Date`.
https://developer.mozilla.org/en-US/docs/Web/API/Event/timeStamp
2017-03-24 09:04:37 -07:00
Rémy Jeancolas
919eca848c
fix(express-serve-static-core): Add missing route methods ( #15179 )
2017-03-24 09:03:23 -07:00
Michael Hill
e3f7de87ec
lodash: Add clone(Deep)WithCustomizer parameters ( #15191 )
2017-03-24 08:58:12 -07:00
Fedor Nezhivoi
bfb809e107
@types/react-native update layout props types ( #15198 )
2017-03-24 08:55:56 -07:00
Andy Hanson
42e05f4c5b
Merge branch 'saelyah-patch-1'
2017-03-24 08:45:59 -07:00
Andy Hanson
0c1d76cbb1
Fix other use
2017-03-24 08:45:32 -07:00
Andy Hanson
d074750f64
Merge branch 'patch-1' of https://github.com/saelyah/DefinitelyTyped into saelyah-patch-1
2017-03-24 08:45:13 -07:00
xaviergonz
bb35e810d1
[React] better typings for flex in CSSProperties ( #15236 )
...
* [React] better typings for flex in CSSProperties
* fix for material-ui-tests.tsx
2017-03-24 08:41:23 -07:00
Toby Fox
35b97e9c5c
Lunr - Export as module ( #15324 )
2017-03-24 08:37:28 -07:00
Marco Falkenberg
8934f1102f
Add typings for reactstrap ( #15357 )
...
* Add typings for reactstrap
* Make lint happy
* Do not „double-reference“ to React types
2017-03-24 08:36:17 -07:00
Andy
0d7686ae40
localforage-cordovasqlitedriver: Needs package.json ( #15358 )
2017-03-24 08:18:19 -07:00
Andy
03cfecf7a0
Apply more lint rules ( #15348 )
2017-03-24 08:18:03 -07:00
cailenmusselman
8f7784afa1
Context passed to EventEmitter.addListener() should be optional. ( #15353 )
...
As suggested in the already existing comments above the declaration.
And as specified in the react-native source:
https://github.com/facebook/react-native/blob/master/Libraries/EventEmitter/EventEmitter.js#L60-L64
2017-03-24 08:08:26 -07:00
António Marques
55bf786d3b
Fix pg-query-stream by adding a compatible overload to query() ( #15351 )
2017-03-24 07:44:32 -07:00
Shanayalameda
c7ef06fc06
Update index.d.ts
...
Incorrect definition of evaluate function
2017-03-24 15:16:52 +01:00
Fedor Nezhivoi
5170f1314e
@types/react-native update image prop types
2017-03-24 09:03:28 +02:00
Paul van Brenk
cc585590b1
Merge pull request #15314 from donaldpipowitch/patch-4
...
fixed match interface in react-router v4
2017-03-23 16:39:52 -07:00
Paul van Brenk
0950dbdfa9
Merge pull request #15330 from curtis-h/master
...
Adding LatLngLiteral to googlemaps CircleOptions.center
2017-03-23 15:56:23 -07:00
Paul van Brenk
7ef222d92d
Merge pull request #15339 from aaronjensen/patch-2
...
bluebird: Fix join's callback args
2017-03-23 14:45:07 -07:00
Paul van Brenk
632187d927
Merge pull request #15327 from alexey-pelykh/patch-2
...
request.jar() store argument support
2017-03-23 14:44:32 -07:00
Paul van Brenk
2aa98b1598
Merge pull request #15318 from AviVahl/master
...
chokidar: extend EventEmitter and implement fs.FSWatcher
2017-03-23 14:38:59 -07:00
Paul van Brenk
dd0d3c8ebc
Merge pull request #15326 from LKay/lkay/payment-fix
...
Make type parameter optional as it should be
2017-03-23 14:34:23 -07:00
Paul van Brenk
d1d40be2a9
Merge pull request #15328 from alexey-pelykh/patch-3
...
Cookie.expires is a string, not Date
2017-03-23 14:31:58 -07:00
Paul van Brenk
08f5e7a5a1
Merge pull request #15332 from ealves-pt/master
...
[winston] fix LoggerOptions with correct type for rewritters and filters
2017-03-23 14:29:30 -07:00
Paul van Brenk
fd7724bf16
Merge pull request #15335 from piranha771/master
...
[three] Added non-legacy BufferAttribute types + JSDoc deprecation
2017-03-23 14:25:29 -07:00
Paul van Brenk
688210a6b4
Merge pull request #15336 from epicgirl1998/master
...
chrome: add two missing properties in chrome.tabs
2017-03-23 14:24:15 -07:00
Paul van Brenk
d29030c2f4
Merge pull request #15340 from izayoiko/patch-1
...
kcors: Fix options type
2017-03-23 14:14:10 -07:00
Paul van Brenk
a7ac826a9b
Merge pull request #15342 from squirly/patch-2
...
@types/react-dates: Add `null` as valid value for FocusedInputShape
2017-03-23 14:07:39 -07:00