Commit Graph

43788 Commits

Author SHA1 Message Date
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
Arylo
3e4f0f814a Fix Test Fail 2018-04-05 00:49:04 +08:00
Arylo
c4e0999444 Update type definition files 2018-04-05 00:22:02 +08:00
Arylo
d6e5b0002e Add Test Unit and Fix some problems 2018-04-05 00:05:01 +08:00
Nathan Shively-Sanders
116097556b Merge pull request #24710 from appsforartists/jss-obs
[jss] Use indefinite-observable for Observable typings
2018-04-04 08:44:42 -07:00
Yoyo Zhou
f87445077b big.js: add aliases .add, .mul, .sub (#24708) 2018-04-04 06:58:01 -07:00
Joel Hegg
ae57c33929 [actions-on-google] Upgrade to 1.10 2018-04-04 09:11:09 -04:00
Joel Hegg
7bd14e117f [actions-on-google] Upgrade to 1.9 2018-04-04 09:11:09 -04:00
Lubomir Kaplan
8000cbffa9 minio: fixed signature for BucketItemStat object 2018-04-04 13:21:46 +02:00
Lubomir Kaplan
ee5b34955b minio: fixed package version 2018-04-04 13:08:29 +02:00
Lubomir Kaplan
9e621da0f3 updated minio package version 2018-04-04 12:59:38 +02:00
Lubomir Kaplan
efdd0914a6 minio: fixed .listBuckets() method signature 2018-04-04 12:51:42 +02:00
sam
b0d2611519 add Gitlab typescript lib 2018-04-04 15:03:12 +08:00
Brenton Simpson
de655960b6 [jss] Use indefinite-observable for Observable typings
The ones in HEAD are copy-pasted from there.  Lets link to the original source.

Continuation of #24078
2018-04-03 22:55:54 -07:00
Diogo Franco
02ff115ce9 [react] Workaround for --strictFunctionTypes (#24709)
* [react] Workaround for --strictFunctionTypes

Under --strictFunctionTypes, when assigning a class with `getDerivedStateFromProps` to `React.ComponentClass` or `React.ComponentType`, the type of the second argument was expected to be `Readonly<any>`, which is, actually, the same as `Readonly<{}>`.

This was preventing using classes that try to refer to the previous state in `getDerivedStateFromProps` from being given to HOC factories.

There are no tests as testing this change is only possible with `--strictFunctionTypes`, and the `tsconfig.json` here specifically disables it. Perhaps another PR should enable it.

* Add a test anyway

Though it wouldn't have failed unless `--strictFunctionTypes` were enabled.

* Fix lint error on the test
2018-04-04 06:10:25 +01:00
Joe Andaverde
ea50f76f8e Fix incorrect privacy option 2018-04-03 23:33:20 -05:00
efokschaner
f8b253436b Change maintainer of webvr-api 2018-04-03 18:03:28 -07:00
Tom Crockett
b9cadc9a0f [react] Use csstype for React.CSSProperties (#24688)
* Use csstype

* Fix victory test

* Fix aphrodite definitions

* Fix issue link in comment
2018-04-03 22:11:25 +01:00
Paul van Brenk
d4469e0253 Merge pull request #24528 from edorivai/patch-1
[koa-session] Add renew parameter to config
2018-04-03 13:51:41 -07:00
Ian Mobley
2eaf80dd72 Add basic express-flash definition
express-flash just implements connenct-flash so there is no need to
define anything beside the single RequestHandler function that it
exports.
2018-04-03 13:42:25 -07:00
Paul van Brenk
000b903b70 Merge pull request #24531 from ohbarye/yup-fix-test-options-type
yup: Fix TestOptions to accept Promise<boolean>
2018-04-03 13:41:33 -07:00
Paul van Brenk
4643f50dcc Merge pull request #24562 from WinUP/master
Update cron to 1.3.0
2018-04-03 13:40:20 -07:00
Paul van Brenk
81dbe6d794 Merge pull request #24682 from mohsen1/fix-passport
Make Strategy an exported class in passport
2018-04-03 13:39:21 -07:00
Paul van Brenk
60c1e22519 Merge pull request #24584 from bang88/fix-optional-type
fix(Inquirer): optional T
2018-04-03 13:19:19 -07:00
Paul van Brenk
27384578ce Merge pull request #24594 from rubenlg/master
Add PolymerSplice and ArraySplice to the Polymer 1 typings
2018-04-03 13:08:29 -07:00
Paul van Brenk
6b05e6631b Merge pull request #24599 from emzero/master
[@types/passport-local] Added session property to strategy options
2018-04-03 13:04:06 -07:00
Paul van Brenk
79cc366b6c Merge pull request #24612 from earshinov/ckeditor-dtd
[ckeditor] Added typings for CKEDITOR.dtd
2018-04-03 13:02:44 -07:00
Paul van Brenk
57ef95db9c Merge pull request #24613 from pgherveou/patch-4
Ora - Add hideCursor option
2018-04-03 12:59:24 -07:00
Paul van Brenk
54188cdcdf Merge pull request #24617 from jphamilton/master
[highcharts] Adding xaxis/yaxis options
2018-04-03 12:54:55 -07:00
Alex LaFroscia
a85c598a91 Add type exports for additional types 2018-04-03 12:54:07 -07:00
Paul van Brenk
52d2ffdc87 Merge pull request #24652 from AndersonFriaca/jquery-countto
Types for JQuery CountTo
2018-04-03 12:40:19 -07:00
Paul van Brenk
ca52b08b18 Merge pull request #24654 from jewbre/feature/types-for-amp-message
Types for amp message 0.1
2018-04-03 12:38:32 -07:00
Paul van Brenk
4ed4648015 Merge pull request #24657 from jewbre/feature/types-for-escape-regexp
Types for escape-regexp 0.0
2018-04-03 12:35:16 -07:00
Paul van Brenk
429002c15b Merge pull request #24671 from elvisvoer/jackrabbit-types
Types for jackrabbit 4.3.0
2018-04-03 12:34:26 -07:00
Paul van Brenk
fa9a2e3862 Merge pull request #24420 from JoshuaKGoldberg/jsoneditor-for-react
Added jsoneditor-for-react types
2018-04-03 12:33:38 -07:00