Commit Graph

26816 Commits

Author SHA1 Message Date
Mine Starks
abb350803a Merge pull request #14541 from JJayet/joi_typings_fix
Added missing options to Joi.string().guid()
2017-03-06 14:28:44 -08:00
Mine Starks
1b60bf4dca Merge pull request #14568 from tlaziuk/combined-stream
[combined-stream] new definitions
2017-03-06 14:28:05 -08:00
Mine Starks
ec0549098f Merge pull request #14558 from Chase-C/master
dockerode: Added State field to ContainerInfo interface
2017-03-06 14:23:19 -08:00
Mine Starks
11e516530e Merge pull request #14564 from Livven/patch-1
[request] add body property to RequestResponse
2017-03-06 14:22:51 -08:00
Mine Starks
17af05a078 Merge pull request #14451 from anterioforks/type-definitions-angular-oauth2
Add type definitions for angular-oauth2
2017-03-06 13:50:03 -08:00
Mine Starks
bbe7b0aa23 Merge pull request #14458 from kouMatsumoto/update-mongoose-type
mongoose: add property 'promiseLibrary' to interface 'ConnectionOpenSetOptions'
2017-03-06 11:41:10 -08:00
John Reilly
e23b002b58 Merge pull request #14951 from gyzerok/react-native/update
[React Native] Update React Native version and ScrollView typings
2017-03-06 08:48:13 +00:00
Fedor Nezhivoi
3350914cba update ScrollView typings 2017-03-02 13:24:40 +02:00
Fedor Nezhivoi
3aa6f05b60 update react-native version to 0.42 and use new react-native jsx target 2017-03-02 13:24:39 +02:00
jramsay
14cfa9f41c Merge pull request #14448 from samchon/master
TSTL, Samchon & 3D-Bin-Packing
2017-03-01 17:38:54 -08:00
jramsay
dd114c82a5 Merge pull request #14443 from testerez/patch-4
lodash: better definition for `flow`
2017-03-01 17:34:23 -08:00
jramsay
8c5b6b21c7 Merge pull request #14431 from undefined-solutions/master
Added missing optional `hasTrigger` model option to sequelize type de…
2017-03-01 17:17:18 -08:00
jramsay
b5537a9ca5 Merge pull request #14331 from ericanderson/feature/react-ts21-completeness
React: Update ComponentLifecycle for Readonly & ts 2.1
2017-03-01 15:14:08 -08:00
Zhengbo Li
9e94b5bd4b Merge pull request #14694 from bariscicek/master
FIX: #14693
2017-03-01 14:49:12 -08:00
jramsay
6edc4d46e6 Merge pull request #14302 from KamilSzostak/UpdateApplicationInsightsJS
Update applicationInsights-js - v1.0.7
2017-03-01 14:30:07 -08:00
jramsay
b8f39ec65d Merge pull request #14287 from SteffenJahr/serviceworker_registration_notification
Added Notification methods to Service Worker API
2017-03-01 14:15:26 -08:00
Zhengbo Li
40db740cc9 Merge pull request #14638 from elhaard/isbn
Added support for isbn-utils
2017-03-01 13:55:03 -08:00
jramsay
eb8f9613a4 Merge pull request #14139 from telerik/kendo-ui-2017.1.118
feat: upgrade Kendo UI definitions to 2017.1.118
2017-03-01 12:17:01 -08:00
Hiroki Horiuchi
06711cc491 Merge pull request #14924 from Green-Cat/patch-1
[mongoose] Adds missing retainKeyOrder option
2017-03-01 18:38:03 +09:00
Vladimir Metelitsa
b371b6203b [mongoose] Adds missing retainKeyOrder option 2017-02-28 21:23:16 +01:00
Andy
2b11761150 jasmine-data_driven_tests: Use generics for more specific typing (#14820)
* jasmine-data_driven_tests: Use generics for more specific typing

Also remove the dependency on "jasmine".

* Use "jasmine" dependency and add overloads for bigger tuples
2017-02-27 14:11:16 -08:00
Steven Liekens
5a239fffbe Rename datatables packages (#14864)
* Rename jquery.datatables to datatables.net

Relates to #14770

* Rename datatables-buttons to datatables.net-buttons

Relates to #14770

* Add missing references
2017-02-27 06:38:50 -08:00
Daniel Perez Alvarez
ad604728f7 Move getBadgeCount and setBadgeCount under app (#14882) 2017-02-27 12:01:24 +09:00
John Reilly
3ceff45bba Merge pull request #14862 from EmmaRamirez/master
[react] add new justify-content property in CSS
2017-02-26 05:54:05 +00:00
Emma
c9bfdf9d36 replace space-around with space-evenly for test
The justifyContent style for the test now uses a new css property for `justify-content` that has been introduced.
2017-02-25 16:18:22 -07:00
Baris Cicek
fb6eeb04d5 Merge remote-tracking branch 'upstream/master' 2017-02-25 15:35:19 +03:00
Emma
dc60ef6f0e add new justify-content property
See https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
2017-02-25 00:29:57 -07:00
anubmat
7132f08a39 Merge pull request #14686 from ne0guille/master
rename misspelling property
2017-02-24 18:01:58 -08:00
anubmat
2569b1afc5 Merge pull request #14676 from xMihai/master
[googlemaps] Updated TrafficLayer definition
2017-02-24 17:49:17 -08:00
anubmat
a11b8e1c31 Merge pull request #14803 from Loghorn/add-socketio-option
Add 'socketio' field to ServerOptions
2017-02-24 17:36:32 -08:00
anubmat
3d9c7606c2 Merge pull request #14709 from devrelm/devrem/url-join
[url-join] make compatible with `import * as` syntax
2017-02-24 17:34:27 -08:00
anubmat
a21cfd5956 Merge pull request #14729 from unional/patch-4
Update systemjs
2017-02-24 17:31:03 -08:00
anubmat
9ddeb8513f Merge pull request #14669 from zaggino/sequelize/index-using
sequelize gin index definition
2017-02-24 14:37:27 -08:00
Budi Adiono
3775dcfb3b lodash - change weakmap declaration to work with TS 2.2 (#14662)
* lodash - change weakmap declaration to work with TS 2.2

* remove WeakMap declaration altogether
2017-02-24 14:35:56 -08:00
Kamil Szostak
18e5789ae4 Add tslint.json and fix version number 2017-02-24 10:42:04 -08:00
Jørgen Elgaard Larsen
714613318c isbn-utils: fixed tsling.json 2017-02-24 18:03:23 +01:00
Jørgen Elgaard Larsen
b6404f9889 isbn-utils: Renamed tslint, added lib to tsconfig 2017-02-24 17:58:41 +01:00
anubmat
53d7a4b9eb Merge pull request #14735 from pankleks/patch-1
Update index.d.ts
2017-02-23 17:25:38 -08:00
anubmat
7c2a4738ea Merge pull request #14531 from joshforisha/soap-client
[soap] Add Client interface types
2017-02-23 13:25:53 -08:00
anubmat
f44dc92351 Merge pull request #14716 from jasperjn/master
Add options and render to clndr instance.
2017-02-23 11:07:27 -08:00
anubmat
1d41643308 Merge pull request #14715 from mtgto/xmlrpc-custom
[xmlrpc] Add CustomType.
2017-02-23 10:55:44 -08:00
Mohamed Hegazy
1b30c8e5c2 Fix iso morphic fetch duplicate types (#14796)
* Update isomorphic-fetch to reflect TS 2.3 typings to avoid conflicts

* Update backlog-js

* Add forward reference to Blob to allow using the defintion without lib.dom.d.ts
2017-02-23 10:33:02 -08:00
Zhengbo Li
66db665e58 Merge pull request #14567 from pleerock/patch-1
mongodb - changes interface Cursor to class Cursor to allow inheritance
2017-02-23 10:29:37 -08:00
Andy
555ea54770 Lint test files too (#14791) 2017-02-23 07:15:16 -08:00
Alessandro Vergani
7abecfd3ac Add 'socketio' field to ServerOptions 2017-02-23 09:41:35 +01:00
anubmat
89328a754d Merge pull request #14757 from dublicator/master
Added missing properties
2017-02-22 16:52:07 -08:00
anubmat
2f212eb372 Merge pull request #14764 from DefinitelyTyped/fix14711
[React] Fix 14711 Add slot HTML attributes
2017-02-22 16:44:19 -08:00
Anton Kandybo
f1d13a3975 Fixing tests 2017-02-23 00:44:30 +02:00
Anton Kandybo
6965d32d2d Remove style property 2017-02-23 00:42:57 +02:00
Anton Kandybo
27971c3c3d Fixing flip and stack properties types 2017-02-23 00:42:22 +02:00