Commit Graph

28065 Commits

Author SHA1 Message Date
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
Paul van Brenk
8c726ce59a Merge pull request #15344 from cauld/master
Adding missing properties (iconContainerStyle) to material-ui StepLabel
2017-03-23 14:06:51 -07:00
Paul van Brenk
31afcece7b Merge pull request #15206 from pegel03/master
Typings for React-Paginate (latest version 4.2.0)
2017-03-23 13:42:52 -07:00
Paul van Brenk
832bbb409f Merge pull request #15310 from tamlyn/master
react-intl: Add properties used in tests.
2017-03-23 13:41:07 -07:00
Paul van Brenk
e58a0108ad Merge pull request #15040 from mkohlmyr/master
Fix es6 import for blueimp-md5.
2017-03-23 13:40:36 -07:00
Philipp Zins
984933df7c removed PartialRouteComponentProps 2017-03-23 21:16:51 +01:00
Chad Auld
16a8fd715f Adding missing properties (iconContainerStyle) to material-ui StepLabel 2017-03-23 13:49:05 -06:00
Tyler Jones
41c9ec7fb5 @types/react-dates: Add null as valid value for FocusedInputShape
React dates accepts but more importantly returns `null` as a valid focused state.
Not having this in the typings allows unexpected errors when using `strictNulls` checking.
```typescript
if (focusedInput !== undefined) {
  // focusedInput input could be null here, but the type system does not acknowledge that. 
}
```
2017-03-23 10:58:10 -07:00
Izayoi Ko
ae2748ed00 kcors: Update "Definitions by" section 2017-03-24 01:51:48 +08:00
Izayoi Ko
3af50bd79b kcors: Fix options type 2017-03-24 01:33:01 +08:00
Aaron Jensen
6f9fa27d32 bluebird: Fix join's callback args
These args are not actually optional as far as I can tell.
2017-03-23 09:53:10 -07:00
Caleb Eggensperger
f7d09f7909 Add currentInstruction to angular-component-router 2017-03-23 12:36:19 -04:00
Peter Glas
79725c7599 Trying to avoid forbidden-type Function 2017-03-23 16:14:34 +01:00