Piotr Błażejewicz (Peter Blazejewicz)
92a3a4061b
feat(@blazor/javascript-interop): type definition for Blazor i… ( #42392 )
...
- type definition based on @microsoft/dotnet-js-interop
- tests
See: dotnet/aspnetcore#18902
/cc @ryanelian @mkArtakMSFT
Thanks!
2020-02-26 11:33:12 -08:00
Baptist BENOIST
d21c7d4e88
feat(simpl-schema): Export additional interfaces ( #42536 )
...
So that we can reuse them when declaring SimpleSchema arguments...
2020-02-26 11:31:53 -08:00
Oliver Welter
0483fe5ea4
[react-native-app-intro-slider] - Use type ViewStyle for prope… ( #42641 )
...
* Changes type of buttonStyle and paginationStyle to ViewStyle
* Remove obsolete type import
* Update definitions by section
2020-02-26 11:31:33 -08:00
David Hearnden
4dab2b15db
fix(rsocket-flowable): makes Single.error() generic ( #42584 )
...
* fix(rsocket-flowable): makes Single.error() generic
* use never instead
* .
* .
2020-02-26 11:30:30 -08:00
Igor Morozov
893808c78d
[amqp-connection-manager] add waitForConnect ( #42639 )
...
* add waitForConnect
* remove trailing whitespace
2020-02-26 11:30:05 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
25d21d08d7
feat(svgo): added missing plugins definition ( #42533 )
...
- `prefixIds` corrected
- `sortDefsChildren` added
- `convertEllipseToCircle` added
- tests updated with plugins tests
https://github.com/svg/svgo/releases/tag/v1.3.0
Thanks!
2020-02-26 11:29:45 -08:00
Justin Leider
080aa0845b
react-flatpickr add underlying flatpickr instance property ( #42620 )
2020-02-26 11:29:02 -08:00
trumanshuck
8f9dbc069a
Add Slider component to types and test ( #42409 )
...
* Add Slider component to types and test
* Use correct syntax for adding definition authors
2020-02-26 11:28:01 -08:00
Nathan Shively-Sanders
6dea6cc5ce
workbox-sw/v3: increase minimum version of TS to 3.0 ( #42628 )
...
Dependencies of workbox-sw v3 use types that are only defined in TS 3.0
and above.
2020-02-26 11:26:52 -08:00
Veniamin Krol
f17491e0d0
Change return value type of grecaptcha.execute from Promise to PromiseLike ( #42635 )
2020-02-26 11:25:53 -08:00
Kyle Tsang
99390d9e77
[reactstrap]: Export Util.setGlobalCssModule ( #42489 )
...
* [reactstrap]: Export Util.setGlobalCssModule
* [reactstrap]: Rename utils file
2020-02-26 11:16:29 -08:00
Rico Sandyca Novenza
9eb18e51e1
add @types/stopword ( #42588 )
...
* Add stopword type definitions
Project: https://github.com/fergiemcdowall/stopword
* add @types/stopword
* Fix blank after '{'
* Add type comments and fix rule's code
* Fix lint's rule
* Fix return value of removeStopword's function
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
2020-02-26 11:15:39 -08:00
Donatas Lučiūnas
9ea0a3f8a2
Fixed bug ( #42435 )
2020-02-26 11:15:04 -08:00
Nathan Shively-Sanders
9ee63c9d51
Fix nodemailer tests on TS 3.4 and below ( #42626 )
...
The tests use Array.include, which is not available in Typescript before
3.5. I rewrote them to use Array.indexOf instead.
2020-02-26 08:32:20 -08:00
Felipe Castillo
ee15287fd6
Update for evernote v2.0.5 ( #42291 )
...
* Update for evernote v2.0.5
* Better types for evernote
2020-02-25 17:14:48 -08:00
Leonardo Testa
ed66eee143
[Faker] Remove non-existent methods ( #42506 )
...
* Update index.d.ts
* fix tests
* remove creditCardCVV method
* add missing space
2020-02-25 17:05:14 -08:00
Eric Cornelissen
24f2f2e8cb
Add types for simple-icons ( #42541 )
...
* Create types for [simple-icons]
* Add missing final newline
* Update CODEOWNERS
* Revert a53398139f1a05eba5acbc2c085ad8b5fce705f4
* Use `export =` instead of `export default`
as suggested by @PranavSenthilnathan
* fix lint errors
2020-02-25 17:03:31 -08:00
Avi Vahl
7b0f347124
css-selector-tokenizer: add types and tests ( #42561 )
...
* css-selector-tokenizer: add types and tests
* correct lint errors
apparently, the IDE's tslint extension does not report dtslint's output. my bad.
* Correct typo in tests
2020-02-25 16:57:32 -08:00
Vincenzo Chianese
758bb95008
Add parse-prefer-header definition ( #42615 )
...
* add new type definition
* add information comments
* properly generate the files
* address feedback
* correct the package name
2020-02-25 16:54:13 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
d309380a9d
feat(karma-browserify): type definitions for v7.0 ( #42599 )
...
- definition file
- tests to cover options for Browserify and Watchify
https://github.com/nikku/karma-browserify#readme
Thanks!
2020-02-25 16:50:29 -08:00
Tomasz Pluskiewicz
72aaaaba0b
feat: types for @rdfjs/dataset ( #42607 )
2020-02-25 16:48:19 -08:00
Tom B
71f3a59bbb
Fix js-cookie types ( #42483 )
...
* Update js-cookie types
Calls to set return a string or undefined, not void, as seen here:
https://github.com/js-cookie/js-cookie/blob/master/src/api.mjs#L7
https://github.com/js-cookie/js-cookie/blob/master/src/api.mjs#L47
* Update js-cookie tests
2020-02-25 16:40:03 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
4872b8c4d6
Update webpack-dev-middleware to 3.7 ( #42573 )
...
* feat(webpack-dev-middleware): update to v3.7
- v2 created
- update configuration options to v3.7
https://github.com/webpack/webpack-dev-middleware/tree/v3.7.2#options
Thanks!
* fix(webpack-serve): fix v1 tests errors
- `The types of 'dev.logLevel' are incompatible between these types`
- `Types of property 'dev' are incompatible`
Required to pass test for `webpack-dev-middleware` changes
2020-02-25 16:38:38 -08:00
Juan Pablo Vargas
c8fe490b89
add new types for loadable/server 5.12 ( #42590 )
...
* add types for loadable/server 5.12
* add types for loadable/server 5.12
* fix: change definition according to cr
* fix: add test definitions
2020-02-25 16:37:11 -08:00
Leona Kuse
d538aef5c8
[mixpanel-browser] Fix typo in property name ( #42591 )
2020-02-25 16:36:47 -08:00
Stuart Kennedy
c79f8617d2
[@types/node] Add KeyObject and CipherKey to crypto's createHm… ( #42604 )
...
Update the createHmac function definition to accept KeyObject in addition to BinaryLike for the 'key' argument.
Update the createDecipheriv function definition to accept CipherKey instead of BinaryLike for the 'key' argument.
2020-02-25 16:36:26 -08:00
mbiegert
1971373cdd
[@types/mongoose] Add the paths property to Schema type ( #42307 )
2020-02-25 16:31:54 -08:00
Cedric Sohrauer
01fac1a04a
mixpanel-browser: Add transport support ( #42318 )
...
this was added with mixpanel 2.33
2020-02-25 16:30:48 -08:00
Deyan Kamburov
91236a8e70
[ignite-ui] Update Ignite UI typing to 19.2 release version ( #42332 )
...
* [ignite-ui] Update Ignite UI typing to 19.1 release version
* [ignite-ui] Update Ignite UI typing to 19.2 release version
2020-02-25 16:30:35 -08:00
Bob Thomas
c22d254043
[react-query] Fix specificity of paginated function overload ( #42350 )
...
If options can be assigned to both the paginated and non-paginated overloads, the non-paginated overload was taking precedence. Function overloads should be ordered from most-specific to least-specific so the correct one is picked.
2020-02-25 16:29:40 -08:00
Corbin Crutchley
f5e307c0da
[react-aria-modal] Added missing conditional for underlayColor ( #42356 )
2020-02-25 16:29:13 -08:00
Mike Cousins
81d00a20fc
[react-plaid-link] Updating the product list to match the late… ( #42359 )
...
* Adding investments to the product array
* Adding investments to the product array in the test as well
* Updating product array to match latest library code
* Updating product array to match latest library code
* Adding name to definitions by list
2020-02-25 16:28:58 -08:00
Jack Bates
aab46edb53
Enable strictNullChecks ( #42379 )
2020-02-25 16:28:40 -08:00
Robby Helms
f6882ca5c7
[parse] Add better support for TS 3.7 ( #42459 )
2020-02-25 16:25:50 -08:00
Michał Grzegorzewski
499b250fbd
[@types/react-highlight-words] fix for issues with Highlighter… ( #42473 )
...
Fix for two issues:
* #42472
* #40733
2020-02-25 16:24:48 -08:00
Isaac Herrera
6219365a55
Create new types package: mongoose-lean-virtuals ( #42612 )
...
* Create new types package mongoose-lean-virtuals
* Change export default by export =
2020-02-25 16:19:26 -08:00
Gabriela Araujo Britto
4c5a9b0135
Update amazon-connect-streams header ( #42630 )
...
* Update header
* Use 1.3 version
* Revert "Use 1.3 version"
This reverts commit e07f922f258bfd8cac5f23ba66aa60bac9d82eb8.
2020-02-25 14:43:59 -08:00
Michael de Wit
2c00ac2a9a
Add types for sax-stream ( #41339 )
2020-02-25 14:05:55 -08:00
Cyrille Corpet
4d1c31b542
Adding es6-set-proptypes npm package. ( #41613 )
2020-02-25 14:03:46 -08:00
Kevin Sołtysiak
aa2969e512
[stripe-v3] add missing mandate argument to createSource ( #41924 )
...
* [stripe-v3] add missing mandate argument to createSource
* [stripe-v3] Typo + test organization
2020-02-25 14:01:14 -08:00
翁炜煜
2489dff03e
Adding support for uikit v3 ( #42038 )
...
* Adding support for uikit v3
* cleanup
* cleanup
* fix typescript minimum version
2020-02-25 14:00:51 -08:00
Tom Armstrong
7e6bd27590
react-dates: Add missing horizontalMonthPadding prop. ( #42257 )
2020-02-25 13:51:33 -08:00
Lionel
e40242d405
[node-xlsx] Support node-xlsx 0.15.0 ( #42260 )
2020-02-25 13:51:00 -08:00
Steve
ae9798b78c
ember object: fix filter and sort functions ( #42281 )
...
* fix filter and sort functions
* fix array type
* fix whitespace
2020-02-25 13:50:42 -08:00
Noah Santschi-Cooney
105c5e3454
Added missing emitParticle and d3ReheatSimulation methods to f… ( #38938 )
...
* Added missing emitParticle and d3ReheatSimulation methods to force-graph
* Added type tests for missing forcegraph methods
2020-02-25 13:27:48 -08:00
Saransh Kataria
c390759b3d
fixes #36454 , added properties to stripe API ( #39127 )
...
* updated stripe api properties
* resolving merge conflicts
* removing trailing whitespace
* removed spaces
2020-02-25 13:25:18 -08:00
Filippo Sarzana
2e90767d69
feat(asana): add 'addTask' method to Sections interface as per… ( #40632 )
...
* feat(asana): add 'addTask' method to Sections interface as per asana@0.17.3
* fix: remove duplicated jsdoc and fix formatting
2020-02-25 13:23:26 -08:00
Pascal Jordin
f2b13c908d
feat: Add dialogflow-fulfillment ( #40701 )
...
* feat: Add dialogflow-fulfillment
* fix: typo in enum name
2020-02-25 13:22:22 -08:00
did0es
33b2966298
Fix vivus ( #40964 )
...
* fix: edited types of vivus for avoiding errors of HTMLElement
* fix: edited types of vivus for avoiding errors of HTMLElement
* fix: edited types of vivus for avoiding errors of HTMLElement
* fix: targeted vivus v0.4.0 for lint
2020-02-25 13:14:21 -08:00
Kindy Lin
635c87bdea
Add type definitions for d3-require ( #36102 )
...
* Add type definitions for d3-require
* d3-require: fix lint issue
* d3-require: export as namespace d3
* Revert "d3-require: export as namespace d3"
This reverts commit b970c3d2534df302133ab7a16b4c28ab27e0f702.
as this may conflict with d3 module.
* Update tslint.json
Co-authored-by: Orta <orta.therox+github@gmail.com>
2020-02-25 13:09:55 -08:00