Moshe Kolodny
92bbfdf700
Mark optional properties from ArrayContaining and ObjectContaining ( #37053 )
2019-07-22 12:41:09 -07:00
bookmoons
9f2a383644
k6/http: Remove Response.timings.looking_up ( #37045 )
...
Currently unavailable in the API. To be restored when future
changes make it possible.
2019-07-22 12:40:37 -07:00
Steve Zhang
48f4013540
reformat codes via new prettier rules ( #37046 )
2019-07-22 12:40:12 -07:00
Jojoshua
f8020db2d9
tabulator-tables - Update for version 4.3 ( #37041 )
...
* Update prettier 400col width
* Update for 4.3
* linter
2019-07-22 12:39:10 -07:00
Derek Sifford
1784bb6677
[@wordpress/api-fetch] add API schema types for consumption by other packages ( #37026 )
2019-07-22 12:38:30 -07:00
Maximilian Münchow
6e217d240a
[@types/sdp-transform] fix incorrect types ( #36891 )
...
* added missing arrays, and made some fields in candidates optional.
* fixed "Definitions by"
2019-07-22 12:37:42 -07:00
neilbryson
4fc501737d
[swagger-jsdoc] Made declarations more detailed ( #36977 )
...
* update type definitions for swagger-jsdoc
* Made declarations more detailed
* Changed from ambient declarations to export
- Interfaces are exported
- Main function as default export
* Decrease minimum version of swagger-jsdoc to 3.0
2019-07-22 12:37:25 -07:00
Cotton Hou
36e86e6069
[ramda] R.filter infer result types ( #37004 )
...
* ramda: R.filter infer result types
* [squash] reserve predication type when not unknown
* [squash] add test
2019-07-22 12:37:05 -07:00
swwind
4652ea01d7
[ramda] fix R.flatten ( #37017 )
...
* fix flatten
* fix tests
* fool mistake on tests
2019-07-22 12:32:11 -07:00
Simon Legner
01caeca3d5
leaflet: update L.Browser constants ( #37033 )
...
* leaflet: update L.Browser constants
Ref: https://leafletjs.com/reference-1.5.0.html#browser
* leaflet: style fixes
2019-07-22 12:30:25 -07:00
Michael Zabka
ef573057d8
Fix name of stream changes watch option startAtOperationTime ( #37030 )
...
* it was changed during alpha, beta testing from to but JSDocs keeps old option name
* related to api ref docs: https://mongodb.github.io/mongo-java-driver/3.8/javadoc/com/mongodb/client/ChangeStreamIterable.html
* related to specs: https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst
2019-07-22 12:29:40 -07:00
Shogo Sensui
ec42b2190e
feat: add Config() function interface ( #37022 )
2019-07-22 12:29:13 -07:00
Peter Juras
d142fa9f9d
aws-lambda: Add "domainPrefix" to APIGatewayEventRequestContext ( #37038 )
2019-07-22 12:28:43 -07:00
Cotton Hou
048f16f5ac
[ramda] curried R.take gains generic type ( #37027 )
2019-07-22 12:28:25 -07:00
Matthew Kuo
385e78879b
[@hapi/joi] Add false to tlds email options ( #37015 )
2019-07-22 12:27:56 -07:00
Clément HELIOU
7c77b17d48
feat(auth0): add missing members on ResourceServer object ( #36932 )
...
Namely `enforce_policies` and `token_dialect`.
2019-07-22 12:27:23 -07:00
Matthew
144cad8200
AxisOptions.autoRotation add missing boolean type ( #36919 )
...
Reference: https://api.highcharts.com/highcharts/xAxis.labels.autoRotation
2019-07-22 12:27:06 -07:00
Joe Flateau
c5a1efb07e
playbackRate w/o an arg should be a getter ( #37028 )
2019-07-22 12:26:43 -07:00
Jose Granja Martinez
5c99150555
ReactStripeElements - adding support for handleCardPayment and handleCardSetup ( #36981 )
2019-07-22 12:26:13 -07:00
Alex Price
74f51366f0
Updated react-stripe-elements CVC definitions ( #36881 )
...
* Updated react-stripe-elements CVC definitions
In version [4.0](https://github.com/stripe/react-stripe-elements/blob/master/CHANGELOG.md#v400---2019-07-05 ) of react-stripe-elements the CardCVCElement was renamed CardCvcElement. The old name will be aliased until v5.
This PR adds this alias.
* Removed silly semi
* Removed unnecessary semi-colon
2019-07-22 12:25:55 -07:00
Jorge M. Abdalla
d793a23371
Update to a new React version ( #37011 )
...
Update interface InputHTMLAttributes to HTMLAttributes, for new React versions
2019-07-22 12:24:35 -07:00
Borys Kupar
4413fb75c4
[bull] Fixed queue process function definition ( #36958 )
...
* [bull] Fixed queue process function definition
* Revert version bump
2019-07-22 11:06:14 -07:00
rohitsud
8825742790
[@types/sequelize] Fix incorrect parameter in DefineIndexesOptions [4.33.0] ( #37014 )
...
* Add test for options.indexes[].type
* Fix incorrect parameter in DefineIndexesOptions
This parameter is actually called `type` and not `index` anymore (http://docs.sequelizejs.com/class/lib/model.js~Model.html )
2019-07-22 11:05:46 -07:00
TypeScript Bot
8a2111263d
Update CODEOWNERS ( #37036 )
2019-07-22 07:17:44 -07:00
Noah Brenner
0bb210867d
[webpack] Add type for LoaderContext.mode ( #36995 )
...
* feat: Add type for LoaderContext.mode
The `mode` attribute is exposed by webpack as of v4.32.0
https://github.com/webpack/webpack/releases/tag/v4.32.0
* doc: Swap 2 lines to match the source docs
This switch also clarifies the documentation by providing a prose
description before the code it describes.
Source documentation:
https://webpack.js.org/api/loaders/#thisloaders
2019-07-19 13:54:02 -07:00
Elizabeth Samuel
705e02d292
[office-js] [office-js-preview] (Outlook) Events only on task pane, info custom icon only on Windows ( #37010 )
2019-07-19 13:51:54 -07:00
Ray Knight
d30cbbd8cd
feat: add calidation ( #37009 )
...
* feat: add calidation
* fix: update tslint rule, define typescript version
* fix: remove lint rule, use ts@3.5 omit
2019-07-19 13:44:08 -07:00
dyladan
a1f6013ddd
Allow null y values in datapoints ( #36862 )
...
https://api.highcharts.com/highcharts/series.line.data
[highcharts] add tests for datapoints
2019-07-19 10:20:50 -07:00
rachitpsolanki
f7506eb3a0
Added Type for showTimeInput ( #36947 )
...
Added type for showTimeInput for the latest release of Datepicker.
Reference:
showTimeInput: PropTypes.bool
https://github.com/Hacker0x01/react-datepicker/blob/master/src/index.jsx#L150
2019-07-19 10:20:01 -07:00
Jason Zukewich
40bd1b2591
Update/fix typedefs for listr ( #36924 )
...
* update typedefs for listr
* prettier fixes
* fix tests
* add to Definitions by section
* add renderer type tests
* make context generic
2019-07-19 10:19:31 -07:00
vladimir
aaf8092965
[Heremaps] Add missing "noWrap" parameter in map options ( #36994 )
...
* Add missing "noWrap" parameter to here map options parameter.
* Fix property description.
2019-07-19 10:17:47 -07:00
Richard Davison
22761c884a
[@types/mongoose] Accept deep partial in model interface ( #36877 )
...
* Add deep partial
* Change typescript version to 2.8
* Change connect-mongo typescript version to 2.8
* Change joigoose typescript version to 2.8
* Update packages depending on mongoose to ts 2.8
* Update packages depending on mongoose to ts 2.8
* Update packages depending on mongoose to ts 2.8
* Update packages depending on mongoose to ts 2.8
* Update packages depending on mongoose to ts 2.8
* Update packages depending on mongoose to ts 2.8
* Update packages depending on mongoose to ts 2.8
* Update test to cover deep partial
* Restore format
2019-07-19 10:17:17 -07:00
Peter
fb4f2f8b2e
Auth0 - added fields to the UserData interface ( #37000 )
2019-07-19 10:15:26 -07:00
Florian Keller
8e5cd71233
[prettier] Update to 1.18.2 ( #37003 )
2019-07-19 10:13:01 -07:00
Kirill
3a516a9565
[yandex-maps] unnecesary line comment ( #37002 )
...
* incorrect comment line
* fix incorrect extend interface
* correct interface IFreezable
2019-07-19 10:00:59 -07:00
Florian Keller
d2e6e57356
Add types for safer-buffer ( #37001 )
2019-07-19 09:37:28 -07:00
Emre Turan
f7db84cb43
[@types/unl-core] Add types for unl-core module ( #36987 )
2019-07-19 09:33:38 -07:00
Levi Bostian
13bd243633
Add types for connect-sequence module ( #36963 )
2019-07-19 09:27:49 -07:00
Dmitry Guketlev
b351839817
parse5: more strict typings for getParentNode ( #36817 )
2019-07-19 09:22:40 -07:00
Daniel Mester Pirttijärvi
513c01fa42
[jdenticon] Remove types ( #36878 )
2019-07-19 09:07:51 -07:00
Levi Bostian
7619b2d6f5
Add typings for npm module uid2 ( #36207 )
...
* Add typings for npm module uid2
* Add callback parameter to uid typing
* Refactor uid2 typings to different style
* Enable dt-header lint rule @types/uid2
* Fix tests
2019-07-18 17:45:07 -07:00
Moshe Kolodny
64fc67104c
Support nested types for jasmine.Expect<T> ( #36988 )
2019-07-18 17:22:55 -07:00
Conan
848e089843
fix: FormatFn ( #36991 )
2019-07-18 16:36:07 -07:00
Gary Borton
ba14a1265c
Add defineInlineTest to jscodeshift. ( #36993 )
2019-07-18 16:11:45 -07:00
Martin Nuc
752847f11e
add missing prop of react-infinite-calendar ( #36872 )
2019-07-18 13:41:27 -07:00
Andrej Kirejeŭ
289ba098a6
[@types/cytoscape] add missing edge arrows types. ( #36927 )
...
* [@types/cytoscape] add missing types for edge arrows.
* [@types/cytoscape] increase version of cytoscape.
* [@types/cytoscape] correct cytoscape version.
2019-07-18 13:36:45 -07:00
Rusty Scrivens
2acc4a72d5
[sarif] Updating to version 2.1.0-rtm.4 ( #36989 )
2019-07-18 13:35:21 -07:00
Tomasz Zabłocki
b8b741e315
[@types/redux-orm] add last missing selector overload ( #36976 )
2019-07-18 13:34:40 -07:00
Alex Jerabek
8cc7fa5835
[office-js, office-js-preview] Adding links to Excel conceptual documents ( #36972 )
...
* Adding links to conceptual documents
* Fixing typo
* Remove extra spaces
2019-07-18 13:25:19 -07:00
Nathan Shively-Sanders
b08a853d9f
Mark additional packages as non-npm ( #36990 )
2019-07-18 13:00:04 -07:00