Commit Graph

33013 Commits

Author SHA1 Message Date
stackia
b961f48fa6 react-native: add onShouldBlockNativeResponder() for PanResponderCallbacks 2017-07-19 01:50:42 +08:00
Wesley Wigham
2ff74fbcac Merge pull request #17902 from Solution4Future/master
[stripe] fix definitions files and tests
2017-07-18 09:55:41 -07:00
Wesley Wigham
d0bbc88305 Merge pull request #18160 from crumblycake/patch-1
Remove [index: string]: any; in IRootScopeService
2017-07-18 09:51:35 -07:00
Wesley Wigham
818f1d39b4 Merge pull request #18155 from HandyG52/master
Added types for geodesy latlon-spherical.js
2017-07-18 09:48:38 -07:00
Wesley Wigham
0342856c18 Merge pull request #18159 from deadalusai/sinon-typed-stub-spy
[sinon] Add "keyof" type checking to sinon.spy and sinon.stub
2017-07-18 09:48:15 -07:00
Wesley Wigham
c28b04190e Merge pull request #18116 from BendingBender/iframe-resizer
[iframe-resizer] add more specific and missing type definitions
2017-07-18 09:44:04 -07:00
Wesley Wigham
0d2c3a3ba9 Merge pull request #18167 from Canner/master
[aws-lambda] S3CreateEvent.Records should be Array<S3Record> instead of Tuple
2017-07-18 09:43:06 -07:00
Wesley Wigham
9e2e40bf16 Merge pull request #18097 from marvinhagemeister/babel-types
Add react helpers to babel-types
2017-07-18 09:42:02 -07:00
Wesley Wigham
549318192c Merge pull request #18170 from lukasz-zak/master
[mongoose] Add missing property for >=4.1.1 version
2017-07-18 09:40:51 -07:00
Wesley Wigham
dfc2454d00 Merge pull request #18178 from DefinitelyTyped/revert-18086-react-transition-group-Component-requires-2-args
Revert "react-transition-group Added {} state to remedy Component Requires 2 type arguments"
2017-07-18 09:17:30 -07:00
Wesley Wigham
a790cd60fc Revert "react-transition-group Added {} state to remedy Component Requires 2 type arguments" 2017-07-18 09:13:17 -07:00
John Reilly
7a9ecd61d0 Merge pull request #18172 from leonard-thieu/jquery
[jquery] Change isEmptyObject() to return boolean
2017-07-18 16:03:10 +01:00
Leonard Thieu
f234366096 [angular-resource] Lint. 2017-07-18 10:35:27 -04:00
Leonard Thieu
ec2158f2d6 [jquery] Add tests for type of a type guard in the not case.
Note that isPlainObject() fails the not case in the same manner that isEmptyObject() does. This might warrant changing it to return a boolean. However, unlike isEmptyObject(), isPlainObject() can be useful when the object is a plain object.
2017-07-18 09:22:02 -04:00
Leonard Thieu
226ef5f14c [jquery] Revert isEmptyObject() to returning boolean.
While the type guard does narrow a value's type to an empty object, the interesting case is when the type is not an empty object. TypeScript narrows the type to never in that case which makes the type guard not very useful.
2017-07-18 09:13:58 -04:00
Lukasz Zak
a3819eec07 [mongoose] Add missing property for >=4.1.1 version
DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use
`openUri()` instead, or set the `useMongoClient` option if using
`connect()` or `createConnection()`. See
http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-07-18 13:04:48 +02:00
Marvin Hagemeister
352aa44c0a Add react helpers to babel-types 2017-07-18 11:13:56 +02:00
william chang
6c49782ce4 [aws-lambda] S3CreateEvent.Records should be Array<S3Record> instead of Tuple 2017-07-18 15:55:50 +08:00
Wesley Wigham
7d57d41e6b Merge pull request #17963 from NeekSandhu/NeekSandhu-css-modules
Add types for css-modules
2017-07-17 23:07:08 -07:00
Neek Sandhu
ed7bf7126e Fulfill compliance with tslint.json 2017-07-17 23:03:38 -07:00
Neek Sandhu
1c3089e2a8 Update index.d.ts
Add support for css pre-processors like `sass`, `less` etc.
2017-07-17 23:02:35 -07:00
Angus
3a9efcb75b Fixed failing tests 2017-07-18 11:50:28 +10:00
Wesley Wigham
193453ab7c Merge pull request #18161 from BendingBender/http-proxy-middleware
[http-proxy-middleware] introduce typings
2017-07-17 18:02:46 -07:00
Wesley Wigham
e6a02fe7cc Merge pull request #18130 from GiedriusGrabauskas/patch-8
Flux: added StoresList type
2017-07-17 18:00:54 -07:00
Wesley Wigham
310400a315 Merge pull request #18158 from devoto13/jasmine_dom_matchers
Added types for jasmine_dom_matchers
2017-07-17 17:28:32 -07:00
Wesley Wigham
2d44c5003d Merge pull request #18126 from Ailrun/master
Fix lodash type for orderBy
2017-07-17 17:27:14 -07:00
Dimitri Benin
c95f362fff [http-proxy-middleware] fix incomplete/incorrect typings, fix lint issues, add missing tests 2017-07-18 02:16:32 +02:00
Neek Sandhu
868ee465ad Create tslint.json 2017-07-17 17:03:36 -07:00
Angus Jones
2cde2fb1ed Remove [index: string]: any; in IRootScopeService
To bring it into line with both the documentation (https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular#a-word-on-scope-and-assigning-new-members) and the general guidelines (https://github.com/Microsoft/TypeScript/issues/12596#issuecomment-299976171).
2017-07-18 10:00:28 +10:00
Dimitri Benin
cfa1ccd16f Merge remote-tracking branch 'http-proxy/add-http-proxy-middleware' into http-proxy-middleware 2017-07-18 00:44:49 +02:00
Yaroslav Admin
44d2a8c028 Added types for jasmine_dom_matchers 2017-07-18 00:37:42 +02:00
Benjamin Fox
4753cb27ed Add basic method name type checking to sinon.spy and sinon.stub 2017-07-18 10:26:14 +12:00
Wesley Wigham
62f5f470b2 Merge pull request #18141 from jgainfort/fix/vast-client-vastad
Fix/vast-client support for VastAd.creatives
2017-07-17 15:04:52 -07:00
Gilbert Handy
03136f65c8 Fix formatting issues 2017-07-17 17:51:40 -04:00
Wesley Wigham
894db2acc8 Merge pull request #18115 from BendingBender/proj4leaflet
[proj4leaflet] remove types duplicated from proj4
2017-07-17 14:47:53 -07:00
Wesley Wigham
6c377fd0b9 Merge pull request #18095 from alan-agius4/feature/decorators
feat(lodash decorators): remove typings as of `4.0.0`
2017-07-17 14:44:24 -07:00
Wesley Wigham
edcf8f45b4 Merge pull request #18086 from Uxiliary/react-transition-group-Component-requires-2-args
react-transition-group Added {} state to remedy Component Requires 2 type arguments
2017-07-17 14:42:33 -07:00
Wesley Wigham
6906a7c5de Merge pull request #18123 from mthmulders/recharts
Type definitions for Recharts
2017-07-17 14:39:19 -07:00
Wesley Wigham
8e5f90d0b0 Merge pull request #18113 from Sa-ryong/react-daum-postcode
initial update for react-daum-postcode
2017-07-17 14:37:15 -07:00
Gilbert Handy
b4f85d23f5 Added types for geodesy latlon-spherical.js 2017-07-17 17:36:35 -04:00
Wesley Wigham
d220b74e4c Merge pull request #17909 from DogPawHat/upgrade-subscribable-types-recompose
[recompose] Flesh out Subscribable type to better match ES Observable spec
2017-07-17 14:28:58 -07:00
Wesley Wigham
9d4e94b52e Merge pull request #18147 from pelotom/patch-6
[react-dropzone] Fix definitions URL
2017-07-17 14:16:40 -07:00
John Gainfort Jr
de39637f41 updated VastCreative interface and its extensions 2017-07-17 15:06:39 -06:00
Wesley Wigham
04df51fde0 Merge pull request #18068 from obi-jan-kenobi/master
[csv-parse]added missing Option parameters
2017-07-17 12:48:50 -07:00
Wesley Wigham
9bc01ab23d Merge pull request #18070 from dalelane/master
[request]: Remove duplicate property
2017-07-17 12:48:02 -07:00
Wesley Wigham
522dc42c0e Merge pull request #18081 from ngbrown/patch-1
[react-test-renderer] Include update() and getInstance()
2017-07-17 12:46:53 -07:00
Wesley Wigham
fab35d3049 Merge pull request #18087 from RomanLysogor/master
[Draft.js]: Extended DraftEditorProps to improve mobile web behaviors
2017-07-17 12:45:53 -07:00
Wesley Wigham
1d1bf818d3 Merge pull request #18098 from lochbrunner/master
[xmldoc] Make XmlDocument as an extension of XmlElement
2017-07-17 12:45:10 -07:00
Wesley Wigham
6132f3241d Merge pull request #18111 from KentarouTakeda/chart.js
[chart.js]Add properties for some type
2017-07-17 12:43:37 -07:00
Wesley Wigham
3d315f8145 Merge pull request #18093 from BendingBender/svg4everybody
[svg4everybody] introduce typings
2017-07-17 12:40:34 -07:00