Commit Graph

63224 Commits

Author SHA1 Message Date
Dmitry Korlas
9881984445 Add missing typings (#36571)
* Add missing FormControlStatic and FormControlStaticProps

* export missed types

Export a typings for FormControlFeedback, InputGroupAddon, InputGroupButton, SplitToggle
2019-07-02 09:28:53 -07:00
Andres Rosero Velasquez
63329c02db R.zip compatible with a tuple array (#36581)
* R.zip compatible with a tuple array

* KeyValuePair reimplemented as KeyValueTuple, implementing typescript tuple

* KeyValuePair name fix
2019-07-02 09:28:23 -07:00
Nathan Shively-Sanders
6b9b1b15de Update README to require spaces (#36595) 2019-07-02 09:27:47 -07:00
Oleg Vaskevich
9c9cd26282 Fix Stripe payment intent status (#36527) 2019-07-02 09:20:44 -07:00
Zhang Yi Jiang
8ba308e58e [mailgun-js] Add types for generic requests (#36499)
* Add MailgunRequest type for generic requests

* Allow string for o:tag property

* Remove test code body to test types only
2019-07-02 09:20:02 -07:00
Elizabeth Samuel
d9b91316d7 [office-js-preview] (Access) Deprecate or remove references (#36583) 2019-07-02 09:18:44 -07:00
Elizabeth Samuel
c1da6612de [office-js] [office-js-preview] Update platforms (#36584) 2019-07-02 09:17:06 -07:00
bookmoons
7832d981c6 k6: Expose everything to autoimport (#36586) 2019-07-02 09:16:37 -07:00
Jeff Chan
e4a0d4f532 Update acquire() and lock() to support multi locks (#36430) 2019-07-01 13:28:55 -07:00
Andy Richardson
5ba85a4045 Fix linting types which should be optional (#36445)
* Set linting 'async' rule to optional

https://github.com/codemirror/CodeMirror/blob/master/addon/lint/lint.js#L148

* Set 'getAnnotations' to optional

https://github.com/codemirror/CodeMirror/blob/master/addon/lint/lint.js#L147

* change 'hasGutters' to optional

https://github.com/codemirror/CodeMirror/blob/master/addon/lint/lint.js#L180
2019-07-01 13:28:30 -07:00
Ethan Setnik
5388a695f6 [@types/mongoose] Property 'disconnected' does not exist on ty… (#36423)
`STATES` is undefined at runtime since `.d.ts` files are not compiled so enum `ConnectionStates` must be exported.
2019-07-01 13:24:55 -07:00
Grant Timmerman
fc7fb0f5a0 [@types/gapi] Update Docs with updated Google API Client webpage/owner (#36410) 2019-07-01 13:22:58 -07:00
Ricardo Devis Agullo
0d46dc0bb2 add missing fields for Client interface (#36401) 2019-07-01 13:22:33 -07:00
JasonChang
a5b79d39aa modify & fix some definition for package 'markdown-it'. (#36391) 2019-07-01 13:22:09 -07:00
Ariel Barabas
4eebb7a04e fixed seq method and adapted definitions to fix correction (#36386) 2019-07-01 13:21:26 -07:00
Akuukis
c4ab682647 feat(urijs): compat with non-dom consumers (#36261) 2019-07-01 13:19:26 -07:00
Tan90Qian
3fb47bb082 fix enzyme's ShallowRendererProps interface (#36442)
* fix enzyme's ShallowRendererProps interface

* fix for ci

* update test case for wrappingComponent

* fix for ci

* fix for ci
2019-07-01 13:01:34 -07:00
Thai Pangsakulyanont
0640cab7d7 [@types/invariant] Make invariant(false) return never (#36460)
This allows patterns such as this when strict null checks are on:

    let instance: Thing | undefined;

    function getInstance(): Thing {
        return instance || invariant(false, "`instance` not instantiated");
    }
2019-07-01 13:00:52 -07:00
mpomet
208e1e1ec9 [@types/vis] add getBaseEdges definition (#36462)
* [@types/vis] add getBaseEdges definition

* [@types/vis] fix trailing spaces
2019-07-01 12:54:17 -07:00
Chris Hayes
eeb2e724bc [storybook__addon-knobs] Add missing type overload for options… (#36328)
It's possible to pass an array of default values to optionsKnob and subsequently have an array of selected options returned. This PR adds an overload type to allow that behaviour.
2019-07-01 12:53:47 -07:00
Kharazyan Aram
5502326a0a [Ramda] fix construct, juxt, head, tail and last type definiti… (#35905)
* ramda: fix construct and constructN methods

* ramda: fix juxt method

* ramda: fix head, tail and last methods

* ramda: add contributor
2019-07-01 12:50:59 -07:00
Colin Cheng
c5a3635a7c FEAT(koa): add ExtendableContext interface to extends context (#36016) 2019-07-01 12:49:04 -07:00
Sterling Camden
ca1a2e05fa UUID: reverse overloaded intersection so that ReturnType<T> w… (#35895) 2019-07-01 12:47:10 -07:00
Jiří Balcar
75b0473d21 [mailgun-js] add testMode and testModeLogger to Mailgun constr… (#36542)
* add testMode and testModeLogger to Mailgun constructor for version 0.22.0

* increase typescript version to match form-data as new dependency

* remove patch version in definitions

* revert of the formatting changes

* cleanup formatting
2019-07-01 12:45:59 -07:00
Dmitry Parzhitsky
faf2054aa9 Add declarations and documentation for missing methods in "double-ended-queue" (#36552)
* Add missing methods in double-ended-queue

* Add JSDoc for double-ended-queue

* Disable linter more carefully
2019-07-01 12:44:25 -07:00
Maurice de Beijer
6c47884c3d Yup: Allow for Ref in oneOf() (#36580) 2019-07-01 12:43:51 -07:00
James Greenleaf
2c90a289aa [ramda] Update pathOr return typings to match path (#35892)
* Define explicit EaseToOptions

* Update `pathOr` return value typings
2019-07-01 11:23:30 -07:00
Derek Sifford
9cd1e16ceb [@wordpress/is-shallow-equal] add new definitions (#36535) 2019-07-01 11:20:22 -07:00
Derek Sifford
d5b6cfdd47 [@wordpress/shortcode] add new definitions (#36538) 2019-07-01 11:19:18 -07:00
Derek Sifford
0caf020569 [@wordpress/block-serialization-default-parser] add new defini… (#36547) 2019-07-01 11:18:39 -07:00
Avi Vahl
aa253dc91e Add types/tests for deindent (#36549) 2019-07-01 11:17:31 -07:00
Mitsuka Hanakura a.k.a. ragg
891dfd1e9d [audiobuffer-to-wav] Add definition for audiobuffer-to-wav (#36553) 2019-07-01 11:17:11 -07:00
Avi Vahl
c35d0df691 Add types/tests for grid-template-parser (#36557) 2019-07-01 11:16:06 -07:00
mike castleman
49bdfca832 add typings for node-gzip (#36560) 2019-07-01 11:14:45 -07:00
Evgeniy
c2aed2dcf2 Add @types/feather-route-matcher (#36572) 2019-07-01 11:14:20 -07:00
Sergio Arbeo
ed7ba80316 Improve cast.framework.ContentProtection from (#36267)
@types/chromecast-caf-receiver

The best way to access those values are through the enumeration itself,
so if the value or the code handling it changes, we won't be affected.
(Using the upper case version was not working for us).
2019-07-01 11:13:47 -07:00
Jake Richards
00ebbce409 [@types/pixelmatch] Add missing types added in v5.0 (#36574) 2019-07-01 11:12:12 -07:00
林集团
336f4afa7c ramda: improve applySpec typing (#36399) 2019-07-01 11:11:52 -07:00
Alex Zywiak
55f2f3126d [@types-baseui] fix button size interface (#36504) 2019-07-01 11:11:17 -07:00
Radullus
020e04aeb2 [@types/underscore] Fix #36308 - underscore has bad chain typi… (#36510)
* [@types/underscore] Fix #36308 - underscore has bad chain typings fix only for function 'map' (#36319)

* [@types/underscore] Fix #36308 - underscore has bad chain typings fix only for function 'map' (#36319)
Add more test and applay changes form review

* [@types/underscore] Fix #36308 - underscore has bad chain typings fix only for function 'map' (#36319)
 - Add more test
 - revert part of typings for function

* Comment part of test with currently didn't pass
2019-07-01 11:10:48 -07:00
Vincenzo Chianese
a59cd46314 yet other fixes for swagger types (#36164)
* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* tweak stuff

* chore: simplify and put any
2019-07-01 11:09:45 -07:00
Ajay
43b735cdf0 [@types/express-http-proxy] Add proxyReqBodyDecorator property to ProxyOptions (#36485)
* feat: add proxyReqBodyDecorator to ProxyOptions

* style: group all callback functions
2019-07-01 11:08:27 -07:00
Jed Thompson
9c3af8d04e [is-number] Added num is number user defined type guard as r… (#36550)
* [is-number] Added user defined type guard

* [is-number] Added string to type guard
2019-07-01 11:08:01 -07:00
Mitsuka Hanakura a.k.a. ragg
1d5b54b3fd [mousetrap] Fix different from the actual return types (#36543)
* Fix MousetrapStatic returned type

* Fix MousetrapInstance returned type
2019-07-01 11:07:13 -07:00
Michael J. Currie
62ca99d819 [webappsec-credential-management] Align AuthenticatorSelection… (#36522)
* rename AuthenticatorSelectionCriteria property

* update AuthenticatorSelectionCriteria property

* fix line endings
2019-07-01 11:06:45 -07:00
Todd Bealmear
08ba1b8dfa [hapi-pino] Support scoped Hapi package, update for 6.x (#36425) 2019-07-01 11:02:02 -07:00
Anton Dosov
c86d5c4ed9 [Luxon] fix ToRelativeUnit type (#36540)
There was a mistake in docs: 83d350c46f
2019-07-01 10:25:53 -07:00
Elizabeth Samuel
c8a89bc403 [office-js-preview] (Outlook) Update InternetHeaders (#36529)
* [office-js-preview] (Outlook) Update InternetHeaders

* Update based on feedback
2019-07-01 10:24:00 -07:00
Colby M. White
3db0acafb2 feat(chance): add missing string/character options (#36548) 2019-07-01 10:23:10 -07:00
CameronDiver
7797cfdd1a [Dockerode] Add Mounts field to ContainerInfo (#36568)
Also add the optional name field to ContainerInspectInfo.Mounts

Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-01 10:21:42 -07:00