Commit Graph

67378 Commits

Author SHA1 Message Date
Pedro Mutter
a16dcfb8da
Removed types for @catho/quantum:3.9.0^ (#42465)
* simplecrawler modules type definition

* required fixes in export

* adjustments reference types of crawler.d.ts

* added catho__quantum types definitions

* Fix lint errors

* Fix lint errors

* Fix lint errors

* fix components event handlers types

* fix lint complains

* fix few missing attributes

* del(Catho/Quantum): remove Catho Quantum types

* del(Catho/Quantum): remove Catho Quantum types

* fix notNeededPackages.json

* fix notNeededPackages.json
2020-02-19 11:06:34 -08:00
wengkhing
ecd6fb8f3c
[aws-lambda] Split APIGatewayEventIdentity type (#42448) 2020-02-19 11:00:55 -08:00
Mohamed Shaban
6c59e79d0c
Add android app state events "blur", "focus" (#42423)
* fix: add android app state events

* trigger ci

* remove trailing space
2020-02-19 14:46:20 +01:00
Ifiok Jr
9306d15154
feat: upgrade cli-spinner version (#42228) 2020-02-18 16:16:52 -08:00
Nick Krichevsky
71171f48b5
Add type declaration for gl-fbo (#42394) 2020-02-18 16:09:43 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
308f467a17
feat(alex): type definitions for alex v8.1 (#42461)
- type definitions
- tests

https://alexjs.com/
https://github.com/get-alex/alex#readme

Thanks!
2020-02-18 15:17:53 -08:00
Simon Buchan
b9b6b0e9bd
[aws-lambda] Fixes a couple of typos I made noticed by @apepper (#42437)
See original PR #42080
2020-02-18 14:29:42 -08:00
coyoteecd
42b2f4a5f7
[jasmine] Add typings for resolveTo() and rejectWith() introduced in jasmine 3.5 (#42374)
See:
- https://jasmine.github.io/api/3.5/SpyStrategy.html
- https://github.com/jasmine/jasmine/pull/1688
- https://github.com/jasmine/jasmine/issues/1715
2020-02-18 14:27:42 -08:00
Karl Horky
e73517f0d5
@types/passport-auth0: Add default export to type definition (#42315)
* Add default export to type definition

* Add my name

* Update test

* Commit to prevent bot from auto-closing

* Try other export format

* Add declare

* Change back to export

* Try `export default`

* Add module

* Remove module again

* Fix imports

* Upgrade imports

* Revert imports

* Revert imports

* Try using default instead

* Revert test

Cannot test for a default import

Ref: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/41948#issuecomment-585441968

* Try wrapping in namespace

* Fix or disable linting errors

* Try with different namespace merging

* Fix interface access
2020-02-18 14:17:03 -08:00
onichandame
42bb035f82
yup SchemaDescription test params (#42400)
* yup SchemaDescription

* updated yup test

* updated yup SchemaDescription

* added yup object fields types

* changed test for readability

* semicolon missing
2020-02-18 13:27:21 -08:00
Ryan Willpower
73e39b2a83
feat(node, perf_hooks): add entryType to all types and interfaces that use it (#42428)
* feat: add entry type

Accorded to document https://nodejs.org/api/perf_hooks.html\#perf_hooks_performanceentry_entrytype entry should have its own type, not a string type.

* chore: add contributer name

* feat(node): add entry type
2020-02-18 12:49:52 -08:00
Alan Plum
31ca8b6c52
ArangoDB: Remove import of graphql (#42430)
* Remove import of graphql

* Oops

* Oh come on
2020-02-18 11:43:13 -08:00
Simcha Wood
c31a127798
[hapi__joi] Fix parameter type used in type def for ValidationErrorFunction (#42357)
* Fix ValidationErrorFunction parameter type

* Fix ValidationErrorFunction parameter type

* Fix ValidationOptions and ErrorReport types for use in error reporting

* Fix prefs type in ErrorReport

* Limit LanguageMessageTemplate interface to publicly consumed props

* Add test for ValidationErrorFunction

* Fix formatting
2020-02-18 11:41:29 -08:00
Bert Verhelst
b745d938a4
Fix return types for filter funcs without callback (#42185)
* Fix return types for filter funcs without callback

according to the docs, you can omit the callback. In this case the function will return a promise containing the filtered array.

http://caolan.github.io/async/v3/docs.html#filter

* [async] callback is obligated when no promise is returned
2020-02-18 11:33:24 -08:00
Peter Xu
f3c401b8d2
fix(sharedb): correct sharedb.DB.getOps so it has nullable arguments (#42331)
* Update typings: getOps can have null from or to

The docs for ShareDB clearly state that `from` and `to` arguments in `getOps` are nullable:

> - `from` number: the first op version to fetch. If set to null, then ops will be fetched from the earliest version
> - `to` number: The last op version. This version will not be fetched (ie to is non-inclusive). If set to null, then ops will be fetched up to the latest version

* Add tests and name "Definitions by"

Co-authored-by: petertravelchime <54869620+petertravelchime@users.noreply.github.com>
2020-02-18 11:02:45 -08:00
Omar Diab
758c013883
pass extraParams in callback with request (#42241) 2020-02-18 11:00:24 -08:00
Harry Goode
66613d5aca
Feature/react d3 graph (#42240)
* react-d3-graph types

This is our first time submitting something to this git repo.
This is the type definition for the node module 'react-d3-graph'.

* Test added

* tests fixed

* Update package.json

* Update react-d3-graph-tests.tsx

* Update package.json

* Delete package.json

* Create tslint.json

* Update index.d.ts

* Update react-d3-graph-tests.tsx

* Update package.json

* Update contibutors
2020-02-18 10:56:50 -08:00
Evan Shortiss
256ef16541
fix: move heatmapLibrary for google-map-react to props (#42324) 2020-02-18 10:53:24 -08:00
Michał Grzelak
c935c2b9eb
Add align to MjmlTableProps (#42312)
* add align to MjmlTableProps

* table align type
2020-02-18 10:48:29 -08:00
Yoo.gyoon James Chung
2ef0c19e45
Update type for Options interface in franc package (#42327)
* Update type for Options interface in franc package

As documented here:

https://github.com/wooorm/franc/issues/80

adding this type enables the use of `franc.all` additionally with an `only` languages array when using TypeScript.

Thank you!

* Update index.d.ts

update with recommended simple type declaration
`ERROR: 16:12  array-type  Array type using 'Array<T>' is forbidden for simple types. Use 'T[]' instead.`
2020-02-18 10:37:14 -08:00
jony89
09262345ab
fix: correct type for Ray.getPoint (#42449)
* fix: correct type for Ray.getPoint

`Ray.getPoint` expects a `Ray` and not a `number`

* Update index.d.ts
2020-02-18 10:34:33 -08:00
David Baumgold
c375bc849b
react-map-gl: update to 5.2 (#42433)
* react-map-gl 5.2

* Add ScaleControl component
* Export WebMercatorViewport component from viewport-mercator-project
* Add label props for NavigationControl and GeolocateControl
* Add onGeolocate prop for GeolocateControl

* prettier
2020-02-18 10:33:06 -08:00
iverly
aa6b443bdb
change(restify-cookies): export parse method (#42276) 2020-02-18 10:30:48 -08:00
Sergey Tselovalnikov
6a60b1687a
[rsocket-core] export rsocket error (#42268) 2020-02-18 10:21:08 -08:00
Zain Ahmad Khan
3d47ee6f11
Support latest version of dhtmlxscheduler (#42267)
https://docs.dhtmlx.com/scheduler/api__scheduler_parse_date_template.html
2020-02-18 10:16:15 -08:00
Danilo Figueiredo
76c7ccc4c8
Supercluster getLeaves should return points only (#42432)
As per documentation, this method should return points only instead of clusters and points https://github.com/mapbox/supercluster#getleavesclusterid-limit--10-offset--0
2020-02-18 10:06:41 -08:00
Michael
dc209c0eb4
add clearFabricFontCache (#42395) 2020-02-18 10:04:20 -08:00
CameronDiver
d824e5f317
Add StopTimeout parameter to ContainerCreate (#42445)
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-02-18 10:02:54 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
d129b9b777
feat(karma-jasmine-html-reporter): type definitions for v1.5 (#42401)
- type definitions
- tests

https://github.com/dfederm/karma-jasmine-html-reporter#readme

Thanks!
2020-02-17 17:34:02 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
366bb08b3f
feat(karma-spec-reporter): type definitions for karma-spec-reporter (#42397)
- type definitions
- tests

Thanks!
2020-02-17 17:33:11 -08:00
Sean O'Brien
bbf0fe82d5
base64-stream v1.0 (#42434) 2020-02-17 17:26:04 -08:00
nitzanmo
13322c9f7d
[react-modal] Added id attribute, as per PR https://github.com/reactjs/react-modal/765 (#42370)
* Added id attribute, as per PR https://github.com/reactjs/react-modal/pull/765

* Updated header

* Pr fixes
2020-02-17 17:19:50 -08:00
Alexander Kachkaev
9bdc01d75d
Rebase (#38390) 2020-02-17 17:16:37 -08:00
Kim "Liam" Jongsoo
bec5d8a13a
[cytoscape] Update types to 3.14.0 (#42293)
* Add strongly connected components algorithms
* Add missing return value of kargerStein algorithm
2020-02-17 17:14:01 -08:00
Igor Morozov
aeaef0a4df
Add missing options to connectionOptions (#42426) 2020-02-17 17:11:21 -08:00
Simon Schick
705fc01a6b
fix(@hapi/hapi): use correct route settings object for handler decoration route parameter (#42391) 2020-02-17 17:03:42 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
a11e1e2095
fix(karma): missing browserConsoleLogOptions configuration option (#42393)
- definition amended
- test updated

Thanks!
2020-02-17 16:59:57 -08:00
logandersen
5fa54b55ee
Fix removeonprestage handler (#42244) 2020-02-17 16:57:27 -08:00
Krishan V
11cd9c65d1
Updated types for v3.4 (#42396)
* Updated types for v3.4

* Changed version to v3.4
2020-02-17 16:52:54 -08:00
Van Nguyen
a6e9d87385
add type for reset function in useMutation (#42431) 2020-02-17 16:49:59 -08:00
Thomas de Barochez
98d5dcb1e5
[redis] fix typo in socket_initial_delay parameter (#42294)
* [redis] fix typo in socket_initial_delay parameter

see documentation here: https://www.npmjs.com/package/redis#options-object-properties

* [redis] fix socket_initial_delay for ts3.1
2020-02-17 16:47:34 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
6ab9d8966f
fix(fs-extra): missing createSymlink (#42385)
Missed:
- `createSymlink`
- `createSymlinkSync`

see: jprichardson/node-fs-extra#758
see: cucumber/cucumber-js#1286

Thanks!
2020-02-17 16:43:46 -08:00
Rory McGuinness
ef3052419d
Remove Card interface from poker-evaluator. Simplify Deck interface to key: string (#42386) 2020-02-17 16:38:15 -08:00
Alexey Ponomarev
670dc42a30
[locks] Fixed typo in timedLock function and added some missed methods (#42373)
* Fixed typo in timedLock function and added some missed methods

* Added some tests for create helpers and timedLock method

* Fixed lint issues
2020-02-17 16:33:52 -08:00
Jean-Guillaume Buret
c74c276c95
fix(mailgun-js): missing option (#42272) 2020-02-17 16:28:36 -08:00
doumart
f2db20ef61
[@types/react-native]: Update supported KeyboardType by both platforms (#42376)
Reading the doc of react-native 61.0 there are more keyboard types supported by both platforms: https://facebook.github.io/react-native/docs/textinput#keyboardtype
2020-02-14 21:10:18 +01:00
Rohit Gohri
865ae1f9a8
Add prettier npm script and update command in docs (#42365) 2020-02-14 14:42:48 -05:00
Ólafur Karl Stefánsson
f61a18d7a1
Update index.d.ts for tween.js version 18.5.0 (#42202)
* Update index.d.ts for tween.js version 18.5.0

* Fixing formatting of authors comment.
2020-02-14 09:46:57 -08:00
Rik Moedt
613eef298d
update wait-on typings (#42226) 2020-02-14 09:45:48 -08:00
Sakamoto, Kazunori
cf5c6739a8
feat(core-js): support esnext.array.last-item/index modules (#42119) 2020-02-14 09:42:53 -08:00