Commit Graph

43719 Commits

Author SHA1 Message Date
Paul van Brenk
9dd7c8d344 Merge pull request #24748 from repl-chris/KinesisDataStreamEvent
Added AWSLambda.KinesisDataStream event type definitions (aws-lambda)
2018-04-06 12:46:14 -07:00
Paul van Brenk
43dbe3703b Merge pull request #24737 from osenvosem/master
[Mongoose] Update pre hooks type definitions
2018-04-06 12:45:14 -07:00
Paul van Brenk
7aea001159 Merge pull request #24775 from emzero/master
[@types/node] Added authorization property to IncomingHttpHeaders
2018-04-06 12:41:58 -07:00
emzeroit
d518f489e7 Merge https://github.com/DefinitelyTyped/DefinitelyTyped 2018-04-06 15:12:31 -03:00
emzeroit
c974fcb070 [@types/node] Added authorization property to IncomingHttpHeaders. 2018-04-06 14:32:25 -03:00
Andy
26b07e5960 rot-js: Remove empty jsdoc comments (#24768) 2018-04-06 09:06:44 -07:00
Eloy Durán
420decfd83 Merge pull request #24756 from RalfNieuwenhuizen/patch-4
ListHeaderComponent can also be a rendered element
2018-04-06 09:57:58 -04:00
RalfNieuwenhuizen
cac060e936 ListHeaderComponent can also be a rendered element 2018-04-06 09:06:43 +02:00
repl-chris
3a1f68f9c1 Added AWSLambda.KinesisDataStream event type definitions (aws-lambda) 2018-04-05 16:45:08 -06:00
Paul van Brenk
db7a840e4f Merge pull request #24741 from guilhermehubner/AddDisabledOptionReactPlacesAutocomplete
[react-places-autocomplete] Adding disabled option to
2018-04-05 13:05:06 -07:00
Paul van Brenk
1834ccc855 Merge pull request #24651 from elwynelwyn/master
koa - add http2 types for "callback"
2018-04-05 13:04:06 -07:00
Paul van Brenk
321ae2a98d Merge pull request #24649 from abdoolly/patch-1
adding unique attribute in AssociationForeignKeyOptions
2018-04-05 13:02:45 -07:00
Paul van Brenk
a31e60dd66 Merge pull request #24646 from timc13/react-table-rowinfo-original
[react-table] bring back RowInfo.original
2018-04-05 13:01:35 -07:00
Paul van Brenk
1f22fabdef Merge pull request #24643 from princjef/agenda-data-generic
[agenda] Support custom job.attrs.data types
2018-04-05 12:58:50 -07:00
Paul van Brenk
31ccb2c52c Merge pull request #24658 from pc-jedi/cassandra-driver
cassandra-driver: update to 3.4.1
2018-04-05 12:54:38 -07:00
guilhermehubner
157d57188b [react-places-autocomplete] Adding disabled option to 2018-04-05 16:53:04 -03:00
Paul van Brenk
a66fef66fa Merge pull request #24729 from JoshuaKGoldberg/expect-puppeteer
Added expect-puppeteer types
2018-04-05 12:49:24 -07:00
Paul van Brenk
f6ca634c55 Merge pull request #24726 from JoshuaKGoldberg/jest-environment-puppeteer
Added types for jest-environment-puppeteer
2018-04-05 12:48:29 -07:00
Paul van Brenk
b9087c8203 Merge pull request #24730 from jemmyphan/master
[react-navigation] update transitionConfig (transitionConfig accept 3 params)
2018-04-05 12:46:53 -07:00
Paul van Brenk
09845b84e3 Merge pull request #24736 from konsultaner/master
Fixes types for `args` and `OnChallangeHandler`
2018-04-05 12:45:30 -07:00
Joshua Goldberg
fd6ea7aba8 Used sub-monorepo link 2018-04-05 12:41:29 -07:00
Paul van Brenk
85de277b1b Merge pull request #24732 from princess-rosella/master
pngjs: Fixed PNG.sync.write method signature
2018-04-05 12:41:29 -07:00
Joshua Goldberg
420e69a0c9 Used sub-monorepo link 2018-04-05 12:40:40 -07:00
Paul van Brenk
877bb1b0e0 Merge pull request #24724 from wy193777/master
update Model.insertMany function signature according to doc
2018-04-05 12:40:38 -07:00
Paul van Brenk
ada0610814 Merge pull request #24636 from mtgibbs/update-plupload-utility-method-typings
[plupload] Update typings and tests for static methods
2018-04-05 12:39:55 -07:00
Shenghan Gao
0104de2334 fix a typo 2018-04-05 10:23:58 -07:00
Sergei Samsonov
23361b3499 Update pre hooks type definitions 2018-04-05 16:28:11 +03:00
Richard
85d38719e6 Fixes types for args and OnChallangeHandler
Fixes https://github.com/DefinitelyTyped/DefinitelyTyped/issues/24408

The Subscribe Handler and the call may use send an `any` if args only contain one element.
2018-04-05 15:11:00 +02:00
Princess Rosella
e60ab3a172 pngjs: Fixed PNG.sync.write method signature 2018-04-04 23:52:30 -07:00
jemmyphan
1f18ca2c55 [react-navigation] update transitionConfig (transitionConfig accept 3 params) 2018-04-05 10:18:43 +07:00
Joshua Goldberg
461c0d67dd TS@2.4; lint disablement 2018-04-04 19:49:49 -07:00
Matt Gibbs
9616735d8e Overhaul typings per feedback
This gets rid of the need to turn off the noImplicitAny check for the
plupload typings.  I've attempted to fix some remaining issues that the
existing tests had after "correcting" all of this.

@paulvanbrenk @patrickbussmann
2018-04-04 21:21:55 -04:00
Joshua Goldberg
c648391770 Added tests; fixed lint issues 2018-04-04 18:18:47 -07:00
Joshua Goldberg
ae30d384fb Added missing strictFunctionTypes 2018-04-04 17:54:15 -07:00
Joshua Goldberg
d7b5a4865e Added missing TS version 2018-04-04 17:51:36 -07:00
Joshua Goldberg
fa290f099e Added expect-puppeteer types 2018-04-04 17:48:24 -07:00
Joshua Goldberg
d252ffa70d Added types for jest-environment-puppeteer 2018-04-04 16:26:38 -07:00
Shenghan Gao
919977b304 update Model.insertMany function signature according to doc
reference: http://mongoosejs.com/docs/api.html#insertmany_insertMany
2018-04-04 15:35:15 -07:00
Benjamin Lichtman
0afd9936a8 Merge pull request #23694 from Springworks/fix/sinon
Sinon: Fix typing for `useFakeTimers` (changed since Sinon 3.0.0)
2018-04-04 13:42:53 -07:00
Paul van Brenk
c9a7c45abf Merge pull request #24714 from joelhegg/master
[actions-on-google] Upgrade to 1.10
2018-04-04 13:30:11 -07:00
Kristofer Sommestad
782717d6fe chore(sinon): define SinonFakeTimersConfig interface
Also remove redundant no-arg declaration.
2018-04-04 21:57:42 +02:00
Nathan Shively-Sanders
527f891a1b Merge pull request #24639 from andnp/MathJS_BigNumber
[@types/mathjs] fill out BigNumber and Fraction interfaces
2018-04-04 12:50:09 -07:00
Paul van Brenk
b11e3f60db Merge pull request #24621 from danielbischoff/master
node-polyglot: Added method *has* to interface
2018-04-04 11:21:51 -07:00
Paul van Brenk
7fef9cd205 Merge pull request #24633 from ohjeyong/master
Change 'promiseTypeSeparator' to 'promiseTypeDelimiter' in redux-promise-middleware config
2018-04-04 11:16:17 -07:00
Paul van Brenk
e6a3e0fa39 Merge pull request #24706 from iMobs/express-flash
Types for express-flash 0.0.2
2018-04-04 10:54:26 -07:00
Paul van Brenk
6e77484744 Merge pull request #24719 from Arylo/gitlab
Add type definition for gitlab@1.8
2018-04-04 10:53:37 -07:00
Paul van Brenk
a904fe750a Merge pull request #24702 from alexlafroscia/patch-1
[ember] Add missing type exports in new module locations
2018-04-04 10:48:34 -07:00
Paul van Brenk
14cfb9fd6b Merge pull request #24705 from joeandaverde/patch-1
Fix incorrect privacy option
2018-04-04 10:47:44 -07:00
Paul van Brenk
aba6c9aca9 Merge pull request #24713 from castorw/master
minio: fixed .listBuckets() method signature, BucketItemState interface
2018-04-04 10:46:54 -07:00
Paul van Brenk
319279c9be Merge pull request #24679 from Kerrick/patch-1
fix(react-captcha): Add missing execute method
2018-04-04 10:45:35 -07:00