zjgreen
fdca4a7a53
solr-client: Add searchAsync to Client interface ( #40143 )
...
* solr-client: Add searchAsync to Client interface
* Updated searchAsync return value to object
* Fixed whitespace
2019-11-06 08:56:33 -08:00
Elizabeth Samuel
4652a68fc0
[office-js] [office-js-preview] (Outlook) Add APIs missing from MessageRead ( #40169 )
2019-11-06 08:55:53 -08:00
Alexander T
41b6c9f318
use-dark-mode: Provides its own types ( #39558 )
2019-11-06 08:55:13 -08:00
Aankhen
99afb9e022
Update Roarr types to allow function argument to `child'. ( #40162 )
2019-11-06 08:54:22 -08:00
Arron Woods
f8d0292859
proxy.ws error callback parameter ( #40123 )
2019-11-06 08:53:51 -08:00
Alex Senko
0f6fe4cfcc
recharts: added customized component ( #40067 )
2019-11-06 08:53:22 -08:00
lflavius
54d956368c
Corrected interface HandleFailureOptions ( #40177 )
...
It should be "retries" and not "retires".
2019-11-06 08:52:41 -08:00
schadenfreude2030
c60546c2df
Update jspdf/index.d.ts ( #40180 )
...
Change the type of the argument `headers`of the method `table` from a string array to an object array (with specific properties).
See: https://github.com/MrRio/jsPDF/issues/2223
2019-11-06 08:52:09 -08:00
garyking
05926a90ea
website-scraper: Make Source.attr optional. Add more options. ( #40137 )
...
* Make `attr` optional.
As per the defaults:
050cdd0112/lib/config/defaults.js
* Capitalize interface `Scrape`
* Use `any[]` format for array
* add missing semicolon
* add line breaks between interfaces
* convert to single quotes
* remove `attr` for a test
* add more options
2019-11-06 08:51:35 -08:00
Henrique Cunha Fonseca Torquato
2861611bb2
Add type definitions for blip-sdk ( #40076 )
...
* Added type definition for blip-sdk
* - Removed non used test file reference;
- Fixed lint rule errors.
2019-11-06 08:45:40 -08:00
Asher Nguyen
b32b82843f
New version for swiper5.x - URGENT ( #40178 )
...
* upgrade new version for Swiper 5.x
* updated path config
* fixed bug
2019-11-06 08:42:27 -08:00
James Cockshull
2517cbd46b
[react-dom] Fix typo in renderToString doc comment ( #40182 )
2019-11-06 08:22:13 -08:00
Alexander T
bd1fd915ad
react-native-keychain: Provides its own types ( #39517 )
2019-11-06 08:07:44 -08:00
C.J. Winslow
bdb0d39904
[prompts] Update types to account for new override function ( #40136 )
...
* [prompts] Update types to account for new override function
* Update validate and suggest signatures
2019-11-05 16:32:36 -08:00
Samuel Elliott
57b69d5690
[node-persist] Update for v3.0 ( #39949 )
...
* [node-persist] Update for v3.0
* [node-persist] Fix required forEach callback
* [node-persist] Add default instance
* [node-persist] Lint
2019-11-05 16:06:16 -08:00
NicoleEtLui
2f36fd1758
[google-map-react]: add libraries and region parameters to BootstrapURLKeys ( #38797 )
...
* [google-map-react]: add `libraries` parameter to `BootstrapURLKeys`
* Update types/google-map-react/index.d.ts
Co-Authored-By: Andros Rosa Llop <andros.rosa@gmail.com >
* Update types/google-map-react/google-map-react-tests.tsx
Co-Authored-By: Andros Rosa Llop <andros.rosa@gmail.com >
2019-11-05 15:47:00 -08:00
glenna
d460416ac9
Fix: rox-react-native fetch type ( #40150 )
...
* Update rox-react-native types
* add contributor name
2019-11-05 14:51:15 -08:00
Yujeong Noh
0e49146071
Update @types/mui-datatables filterType and add customFilterListRender function type ( #40149 )
...
* Update mui-datatable MUIDataTableColumnOptions and update downloadOptions in MUIDataTableOptions
* Update filterType in MUIDataTableOptions
* Modify FilterType and wrong applied lint
2019-11-05 14:49:51 -08:00
Aaron Beall
f4a5f50bd9
Angular translate filter overload ( #40129 )
...
* Added missing $filter overload
Added missing $filter overload that allows multiple strings to translate and returns an object
* Updated test
2019-11-05 14:49:11 -08:00
Hanna Becker
57a96850d4
[spotify-web-playback-sdk] Extend Image interface with width and height properties ( #40120 )
...
* [spotify-web-playback-sdk] Extend Image interface with width and height properties
* [spotify-web-playback-sdk] Extend Image interface with width and height properties, implement review suggestion
2019-11-05 14:48:23 -08:00
Advay Mengle (at Holvonix LLC)
408c37f3e3
[square-connect] fix: batchRetrieveOrders and createOrder takes locationId ( #40144 )
...
See https://github.com/square/connect-nodejs-sdk/blob/2.20190814.0/src/api/OrdersApi.js
2019-11-05 14:37:49 -08:00
Akuukis
9d77e825ee
fix(object-types): add quoteStyle option ( #40116 )
2019-11-05 14:37:21 -08:00
Jon Surrell
14d3adc549
@wordpress/block-editor Add className prop to BlockList ( #40127 )
...
* Add className prop to block-list component
See source:
61753df6a8/packages/block-editor/src/components/block-list/index.js (L194-L213)
* Add BlockList className test
* Add authorship
2019-11-05 14:35:00 -08:00
Adam Kwiatek
7bbdbdd6a8
[lightpick] Lightpick 1.4.5 ( #40168 )
...
* Amended option `parentEl`.
* Added options `onSelectStart` and `onSelectEnd`.
2019-11-05 14:33:47 -08:00
Justin Hall
878c0c0dcc
fix(theme-ui): fix Theme UI color mode definition ( #40109 )
...
Also removed unused SSColors type (which was not exported).
BREAKING CHANGE: ColorModes is now ColorMode as it represents a single mode.
2019-11-05 14:05:29 -08:00
David Goss
0b54fd9eee
cucumber: add missing props to ScenarioResult and StepDefinition ( #40102 )
...
* add optional `exception` to HookScenarioResult
* add optional unwrappedCode prop to StepDefinition
* update cucumber-js version in header
2019-11-05 14:04:50 -08:00
Claus Stilborg
8f92920eb8
Types stripe update invoice ( #40113 )
...
* Turn off strict-export-declare-modifiers
We are using declare, so this rule is just a pain
* Update the IInvoice interface, fix some bugs
* Remove linter test to make tsc work
That kind of testing for error with linting, will break typescript compilation.
And that seems counter intuitive given the nature of this project.
* Run prettier on tests as well
* Run prettier on tslint.json
* Run prettier
2019-11-05 14:04:01 -08:00
Ole André Vadla Ravnås
a72b73a9d4
Add missing method to the frida-gum OutputStream typing ( #40130 )
...
And fix a typo while at it.
2019-11-05 14:01:39 -08:00
Guillaume
4163730242
Fix rox-browser fetch() return type ( #40154 )
2019-11-05 14:00:59 -08:00
Már Örlygsson
0cf2541c10
feat(@types/ospec): Relax object-only requirement of the ".deep*" methods ( #40160 )
...
See rationale here: 99d3472488 (diff-4a55ff58701161f211e3b6ccfa23aea2R30-R33)
2019-11-05 14:00:09 -08:00
Már Örlygsson
a8719ff80e
feat(@types/ospec): Add missing declaration for o.only() ( #40159 )
...
* feat(@types/ospec): Add missing declaration for `o.only()`
* fix(@types/ospec): Remove `silently` parameter as it isn't documented
2019-11-05 13:59:19 -08:00
Brandon Risell
d490331e00
chromecast-caf-receiver: All cast.framework.messages union types converted to enums to match SDK ( #40166 )
...
* Convert MessageType to enum
* Convert all messages to enums
* Add documentation links
* Bumping major version for breaking changes
2019-11-05 13:54:05 -08:00
Dief Bell
5149044884
Added types for socket.io-file package ( #40119 )
...
* Added types for socket.io-file package
* Added TypeScript Version comment
* Fixed formatting
* Fixed formatting errors
* Fixed formatting errors
2019-11-05 13:47:21 -08:00
Eduardo Silva
677662da78
Add type definitions for express-actuator ( #40107 )
2019-11-05 13:46:45 -08:00
Dominik Ehrenberg
64de1d9aec
[jasmine] Add definition for jasmine.Env.configure and mark methods as deprecated ( #40013 )
...
* Add definition for jasmine.Env.configure and mark Env methods throwOnExpectationFailure, stopOnSpecFailure, seed and randomizeTests as deprecated
* Rename Configuration to EnvConfiguration to prevent possible naaming conflicts
* Synchronize files in ts3.1 and root
* Move EnvConfiguration to jasmine namespace
2019-11-05 13:41:46 -08:00
vladimir
7664182296
[mapbox-gl] Add missing public properties and method for Mapbox-gl ( #40057 )
...
* Update mapbox-gl public types to version 1.5.0. Add missing methods and properties.
* Remove duplicated declaration.
Removed duplicated declaration for `getRTLTextPluginStatus` method due to resolving merge conflicts.
* Add tests for new properties and method.
2019-11-05 13:38:57 -08:00
Djordje Lukic
1ba395a6b4
Update depcheck types to latest (0.9.0) ( #40089 )
2019-11-05 13:37:35 -08:00
Matej Vilk
af35fe53d6
Fix Geo Object's key name ( #40038 )
2019-11-05 13:36:10 -08:00
Marik Shnitman
49ed33321e
Updated wix-style-react Text definition to match WSR docs ( #40040 )
...
* Updated wix-style-react text
Updated ellipsed to ellipsis, based on WSR latest docs
* updated tests for Wix style react
2019-11-05 13:35:36 -08:00
Doug Ayers
633a708031
Add getter signature to job.progress function ( #40097 )
2019-11-05 13:35:06 -08:00
Kyle Chine
65d3b17a6f
Motivation ( #40091 )
...
Use "export =" syntax instead of "export default" syntax. Because in Node.js environment, ES6 module syntax could not be converted correctly to CommonJS module syntax.
Solution
Use "export =" syntax. Refer to <https://www.typescriptlang.org/docs/handbook/modules.html >
2019-11-05 13:34:31 -08:00
Linus Unnebäck
fb3c5606ad
[dot-prop-immutable] Allow passing undefined as object ( #40045 )
2019-11-05 13:33:32 -08:00
Jani Šumak
736a20b93f
Added includeTypeName to IndicesPutMappingParams ( #40055 )
...
* Added includeTypeName to IndicesPutMappingParams
* Added includeTypeName to IndicesPutMappingParams
2019-11-05 13:33:01 -08:00
Gareth Jones
f5ae60c0ac
[@types/jest]: add generics to matches ( #40092 )
...
* [@types/jest]: add generics to matches
* Update types/jest/index.d.ts
Co-Authored-By: Jeroen Claassens <jeroen.claassens@live.nl >
* Apply suggestions from code review
Co-Authored-By: Jeroen Claassens <jeroen.claassens@live.nl >
2019-11-05 13:30:36 -08:00
Clay Miller
47a8bdda3e
Revert "Make 'Omit' a distributive conditional type to support union prop types. Fixes #39300 . ( #39323 )" ( #40095 )
...
This reverts commit f71b4a0526 .
2019-11-05 13:28:39 -08:00
Gareth Jones
1d5494e2a9
[@types/jest]: improve definition of MatcherUtils ( #40068 )
...
* [@types/jest]: improve definition of MatcherUtils
* Update `equals` types
2019-11-05 13:28:06 -08:00
Christophe Coevoet
a872962928
Fix the package name in the description of the autosize types ( #40047 )
2019-11-05 13:26:52 -08:00
anadutova
d6a12689b1
[react-responsive] Add device prop on MediaQuery component ( #40039 )
...
* Add 'device' prop on MediaQuery component
* Typo
2019-11-05 13:26:30 -08:00
Christophe Coevoet
0f0d84477c
[humane-js] Fix humane-js types ( #40043 )
...
* Rename the humane types to humane-js to match the package name
* Improve humane-js types
- define the exported CommonJS API instead of documenting the global
variable from the UMD pattern
- fix the list of available options
- use proper signatures for various functions instead of generic
Function types
- use optional parameters instead of function overload without extra
params for proper types
* Enable the strict linting rules for the humane-js types
2019-11-05 13:25:01 -08:00
cdoe
afd89d0e4f
[intercom-client] Add separate User type for creating and updating ( #40035 )
2019-11-05 13:23:37 -08:00