Commit Graph

64361 Commits

Author SHA1 Message Date
Orta
423cdec506 Update README.md 2019-09-09 12:53:17 -04:00
Orta
fcea16ff61 Update README.md 2019-09-09 12:51:07 -04:00
A S
22bfbf1ce8 pdfjs-dist expand exports, export pdfjs-dist from react-pdf (#38117)
* pdfjs-dist module definition

* Declare pdfjs export in react-pdf

* Remove react-pdf/package.json, fix-up default export

* Add pdfjs test to react-pdf
2019-09-09 06:42:36 -07:00
Herman (Von) Waters
876262423d Muidatatables 2.10 - added new responsive options; adjusted the tests to reflect that; exported the MUIDataTableMeta (#38112)
* added new responsive options; exported MUIDataTableMeta; Alphabetized all interface properties

* adjusted the release number for mui-datatables and adjusted the test

* added a missing export to the MUIDataTableState
2019-09-09 06:40:44 -07:00
Михайлов Антон
11dc36961b fix(chai): typesafe Assert#include methods (#38151)
* fix(chai): `include` for sets, maps and objects

* chore(chai): update tests for include

* refactor(chai): combine `include` variants

* refactor(chai): split `notInclude` to variants

* fix(chai): typesafe `deepInclude`

Worth to mention: `deepInclude` does not support WeakSet, so this variant as opposed to `include` not included, [proof](7ff1273142/lib/chai/core/assertions.js (L492)).

* fix(chai): typesafe `notDeepInclude`

* chore(chai): update tests

* fix(chai): `deepInclude` do not allow WeakSet

* chore(chai): update tests
2019-09-09 05:51:43 -07:00
Raschid J.F. Rafeally
dc941aa63a feat(parse): add missing Parse.Cloud job functions (#38192)
* feat(parse): add Cloud job functions; SaveOptions.cascadSave; Object.revert(keys)

* Apply suggestions from code review

Co-Authored-By: Yago Tomé <yagotome@gmail.com>

* refactor(SaveOptions): move cascadeSave opt to its own interface

...in order to keep consistency with the rest of the options.

* refactor: upgrade version to 2.2.9
2019-09-09 05:48:49 -07:00
Ignat Ignatov
2c1824785a [chart.js] Updated type of borderWidth in ChartDataSets. (#38176) 2019-09-09 05:25:18 -07:00
Royston Shufflebotham
84b802ed6d Make second (type) parameter of Collection.map optional (#38152) 2019-09-09 04:44:22 -07:00
Caribou Code
d39e58d0e6 Added correct type definition to ISkuAttributes interface (#38220) 2019-09-09 04:43:34 -07:00
Andrew Coates
e43e44dc66 [react-native] Minor UIManager update, and removal of dead types (#38128)
* Minor UIManger update, and removal of dead types

* Remove tests for removed features

* Add eli to list of definition owners

* Remove the React Native WebView from inside Styled Components, now that it's been taken out of RN core
2019-09-08 17:29:03 -07:00
Eitan Levi
4fe80e3fcc [request] Specify types allowed for Multipart body (#38190)
The request library allows anything to be put in a Multipart body as
long as it can be passed to `Buffer.from()`: https://github.com/request/request/blob/master/lib/multipart.js#L74

However the current implementation allows only `string` to be used as
the multipart body. In my use-case I needed to pass a `Buffer` instance
directly.

This change defines a type alias for `MultipartBody` that includes
`string`, `Buffer`, `ArrayBuffer` or `UInt8Array`.
2019-09-08 17:24:44 -07:00
Mike Deverell
3803cbd988 [ramda] split tests to separate modules - functions beginning with 'a' (#38157)
* move 'add' tests to separate file

* add README.md with instructions for adding and updating tests

* move 'addIndex' tests to separate file

* move 'all' tests to separate file

* move 'allPass' tests to separate file

* move 'always' tests to separate file

* move 'and' tests to separate file

* move 'any' tests to separate file

* move 'anyPass' tests to separate file

* move 'ap' tests to separate file

* move 'aperture' tests to separate file

* move 'append' tests to separate file

* move 'apply' tests to separate file

* move 'applySpec' tests to separate file

* move 'assoc' tests to separate file

* move 'assocPath' tests to separate file
2019-09-08 17:21:40 -07:00
fuhaiwei
0d9643e566 Fix echarts LineStyle color type error (#38207)
* Fix echarts LineStyle color type error

* Modified to string | string[]
2019-09-08 17:17:18 -07:00
ejose19
195d3f0202 Extend SessionStore interface to support client property (#38211) 2019-09-08 17:16:20 -07:00
Jeff Chan
3deeea18a5 type definitions for imagemin 7.0 (#38199)
* Update definition to imagemin v7

* Update index.d.ts

* update to fix test and lint

* use buffer options

* for not breaking other package test

* fix related test so that destination is no longer optional

* Revert "fix related test so that destination is no longer optional"

This reverts commit 5ec10f750a3ed1f50a46d7cf67084586ee2def5a.
2019-09-08 17:12:51 -07:00
Moz Morris
156a7ab7e1 Remove react-webcam (#38149) 2019-09-06 18:01:18 -07:00
Kevin Centeno
816d53f890 Update moxios to reference latest axios version (#38037)
* Update to axios 0.19.0

* Moxios: use TypeScript version 3.1

* Moxios: lower typescript version to 2.3
2019-09-06 17:55:15 -07:00
Proudust
9e0db801fe [@types/google-apps-script] Fix spreadsheet functions type based on reference (#37947) 2019-09-06 17:48:54 -07:00
Igor Savin
355ee52e9b [@types/memoizee] More accurate types for normalizer option (#38060)
* Improve typings for `normalizer` memoizee option

* Fix build

* Fix test
2019-09-06 17:46:17 -07:00
taffik
cd20b24ae5 changed crossfade to camelCase (#38178) 2019-09-06 17:44:48 -07:00
Mike Myers
49678edeab Updated SharePoint SPCR definitions (#38165)
* Updated SharePoint SPCR definitions

* Converted comments for intellisense
2019-09-06 17:44:22 -07:00
Joram Ruitenschild
89ce0e4ed7 [@types/ioredis] add types for rpoplpushBuffer (#38182)
* [@types/ioredis] add types for rpoplpushBuffer

* fix: move rpoplpushBuffer to correct place
2019-09-06 17:43:28 -07:00
Godfrey Chan
055f5f98b5 [@types/mdast] Reference extends Association (#37882)
See https://github.com/syntax-tree/mdast#reference
2019-09-06 17:35:37 -07:00
Rento
8e74d254da [@types/vue-tel-input] fix build error using Vue v2.6.10 (#37881) 2019-09-06 17:34:24 -07:00
Hartley Robertson
0066b1f8b0 [@types/pathfinding] Add missing args for getNodeAt (#37870) 2019-09-06 17:31:28 -07:00
Michael de Wit
dac596b02c Add types for pull-stream (#38180) 2019-09-06 17:23:30 -07:00
Ryan Howard
9b39d947b0 Types for fast-html-parser (#38171) 2019-09-06 17:20:20 -07:00
Thomas Röggla
a3e848394f updated type definitions for yt-player 3.4.0 (#38169) 2019-09-06 17:18:53 -07:00
Max Boguslavsky
4fd57d1536 Added Ifvisible type (#38150)
* added ifvisible type

* added ifvisible type

* added simple tests
2019-09-06 17:10:14 -07:00
Michael de Wit
b69eab972a Add types for ssb-keys (#38148) 2019-09-06 17:08:50 -07:00
Ryan Ling
87abb796d1 xml2js: Add promise interface from 0.4.20 (#38064)
https://github.com/Leonidas-from-XIV/node-xml2js/blob/0.4.20/README.md#L107
2019-09-06 16:50:32 -07:00
Jeffery Grajkowski
91b2aef850 Stripe: IBalanceTransfer.source_transfers is optional. (#38187) 2019-09-06 16:25:57 -07:00
Jeff Peterson
0f48f35cd2 Add types for audio-play and audio-context (#38119)
* Add types for audio-context and audio-play

* Test fixes

* More test fixes

* PR comments

* Remove excessive exporting
2019-09-06 16:25:07 -07:00
Adam Kwiatek
b376aac021 Add types for lightpick. (#38063)
* Add types for lightpick.

* [lightpick]

* Follow module-class.d.ts template for a UMD module.
* Update setter signatures.
2019-09-06 15:30:05 -07:00
Mohamad Khajavi
ee6cd4de9f react-native - Update backgroundColor of StatusBar (#38174)
* Update backgroundColor of StatusBar

Add missing `@platform android`

* Fix CI error

remove the extra space after `*`
2019-09-06 23:29:27 +02:00
iamolegga
571d84405e [express-pino-logger]: add destination argument type (#38153) 2019-09-06 13:36:55 -07:00
Nikita Umnov
9fa230cc66 @koa/multer (#38068) 2019-09-06 11:20:48 -07:00
Dmitry Demensky
e5bd855d19 Add types for karma-coverage-istanbul-reporter (#38034) 2019-09-06 11:12:28 -07:00
Daniel Bartholomae
ff9f9a1aa1 [react-loadable-visibility] add types for react-loadable-visibility[react-loadable-visibility] add types for react-loadable-visibility (#37908) 2019-09-06 10:45:37 -07:00
Claus Stilborg
2ec7a2b814 [types/stripe] Add PaymentIntentData (#38025)
* Support for Connect in PaymentIntent Checkout

Support for examples documented here: https://stripe.com/docs/payments/checkout/connect

* Add PaymentIntentData to ICheckoutCreationOptions

* Add tests for with destination and on_behalf_on

* Cleanup after merge
2019-09-06 10:22:02 -07:00
Nathan Shively-Sanders
d40fd0c490 playcanvas bundles its own types now (#38186) 2019-09-06 09:29:14 -07:00
Elliott Campbell
d8907f303d Add [pick-deep] type declarations (#38041)
* [pick-deep] Added types for strikeentco's pick-deep

* [pick-deep] fixed common mistake array -> ReadonlyArray
2019-09-05 18:06:20 -07:00
Syncfusion-JavaScript
f3ffacaefa 17.2.0.46 added (#37821)
* 17.2.0.34 added

* Added non-npm package

* Removed space

* added new line
added ew line

* Changed the word

* 17.2.0.46 added

* Removed blank line and added non-npm entry

* changed Encoding format
2019-09-05 18:03:26 -07:00
arzyu
db55146182 add option for stylelint: config (#37948) 2019-09-05 17:54:31 -07:00
Elliott Campbell
f346ea3bae Add [bristol-sentry] type declarations (#38043)
* [bristol-sentry] Added type declarations

* [bristol-sentry] changed `any` to `object` for specificity

* [bristol-sentry] Updated `definitions by` github link
2019-09-05 17:25:22 -07:00
Thomas Röggla
a253fdd89c added type definitions for NPM package yt-player (#38094) 2019-09-05 16:08:36 -07:00
Elliott Campbell
444fa06fdf Add [@strikeentco/get] type declarations (#38039)
* [@strikeentco/get] Added types for strikeentco's get

* [@strikeentco/get] Fixed common mistake array -> ReadonlyArray
2019-09-05 16:07:10 -07:00
Yuichiro Tsuchiya
71ce6eca63 Add types for esrever (#38048) 2019-09-05 16:04:39 -07:00
Jeffery Grajkowski
25731aaec0 Stripe: IBalanceTransaction.exchange_rate and ICharge.dispute (#38110)
* Added missing params to Charge, Customer and related create and update options.  Adding Customer Tax Id.

* Fix build errors that aren't caught by `npm run lint stripe`.

* Add IBalanceTransaction.exchange_rate.  ICharge.dispute may be a string.

* PR feedback.
2019-09-05 11:27:36 -07:00
Michael Mok
b5deac6480 [node-polyglot] Add types for new options and static methods from latest release (#37991)
* [node-polyglot] Update types to match v2.3.1

* [node-polyglot] Update tests to match types

* [node-polyglot] Run prettier on test file

* [node-polyglot] Add myself to the contributors list

Co-Authored-By: Liam Ross <liamross.code@gmail.com>
2019-09-05 11:25:56 -07:00