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 and GitHub
758c013883
pass extraParams in callback with request ( #42241 )
2020-02-18 11:00:24 -08:00
Harry Goode and GitHub
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 and GitHub
256ef16541
fix: move heatmapLibrary for google-map-react to props ( #42324 )
2020-02-18 10:53:24 -08:00
Michał Grzelak and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
aa6b443bdb
change(restify-cookies): export parse method ( #42276 )
2020-02-18 10:30:48 -08:00
Sergey Tselovalnikov and GitHub
6a60b1687a
[rsocket-core] export rsocket error ( #42268 )
2020-02-18 10:21:08 -08:00
Zain Ahmad Khan and GitHub
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 and GitHub
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 and GitHub
dc209c0eb4
add clearFabricFontCache ( #42395 )
2020-02-18 10:04:20 -08:00
CameronDiver and GitHub
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) and GitHub
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) and GitHub
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 and GitHub
bbf0fe82d5
base64-stream v1.0 ( #42434 )
2020-02-17 17:26:04 -08:00
nitzanmo and GitHub
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 and GitHub
9bdc01d75d
Rebase ( #38390 )
2020-02-17 17:16:37 -08:00
Kim "Liam" Jongsoo and GitHub
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 and GitHub
aeaef0a4df
Add missing options to connectionOptions ( #42426 )
2020-02-17 17:11:21 -08:00
Simon Schick and GitHub
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) and GitHub
a11e1e2095
fix(karma): missing browserConsoleLogOptions configuration option ( #42393 )
...
- definition amended
- test updated
Thanks!
2020-02-17 16:59:57 -08:00
logandersen and GitHub
5fa54b55ee
Fix removeonprestage handler ( #42244 )
2020-02-17 16:57:27 -08:00
Krishan V and GitHub
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 and GitHub
a6e9d87385
add type for reset function in useMutation ( #42431 )
2020-02-17 16:49:59 -08:00
Thomas de Barochez and GitHub
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) and GitHub
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 and GitHub
ef3052419d
Remove Card interface from poker-evaluator. Simplify Deck interface to key: string ( #42386 )
2020-02-17 16:38:15 -08:00
Alexey Ponomarev and GitHub
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 and GitHub
c74c276c95
fix(mailgun-js): missing option ( #42272 )
2020-02-17 16:28:36 -08:00
doumart and GitHub
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 and GitHub
865ae1f9a8
Add prettier npm script and update command in docs ( #42365 )
2020-02-14 14:42:48 -05:00
Ólafur Karl Stefánsson and GitHub
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 and GitHub
613eef298d
update wait-on typings ( #42226 )
2020-02-14 09:45:48 -08:00
Sakamoto, Kazunori and GitHub
cf5c6739a8
feat(core-js): support esnext.array.last-item/index modules ( #42119 )
2020-02-14 09:42:53 -08:00
Anton Kudinov and GitHub
437443a7f7
[@babel/core] Add missing merge options ( #42085 )
2020-02-14 09:42:23 -08:00
Piotr Błażejewicz (Peter Blazejewicz) and GitHub
fca28df8dd
feat(karma-mocha): types for v1.3 ( #42371 )
...
- type definition
- tests
Thanks!
2020-02-14 09:35:42 -08:00
grem and GitHub
2112ad14c8
[Leaflet-Draw] Add distance() to GeometryUtil. ( #42367 )
2020-02-14 09:35:14 -08:00
Linus Unnebäck and GitHub
687f7f60a9
[react-native-drawer] Add programmatic API ( #42339 )
2020-02-14 09:34:42 -08:00
Philip Peitsch and GitHub
edfa6cda4e
fix types for jasmine: allow partial properties when using objects ( #42363 )
...
Source reference from Jasmine:
https://github.com/jasmine/jasmine/blob/a6a9550d1eacfc303d668d8c1901185b1e66bcf6/src/core/SpyFactory.js#L38-L49
2020-02-14 09:33:17 -08:00
Rohit Gohri and GitHub
d66b9a5834
[codemirror] Add more hint options ( #42194 )
...
* Add more hint options
According to https://github.com/codemirror/CodeMirror/blob/5f722737883bbeadb2a629857d3961490e4134ca/addon/hint/show-hint.js#L453
* Fix function type and add more missing options
* Use HTMLElement for container
2020-02-14 09:29:55 -08:00
ExE Boss and GitHub
7675b526b5
feat(jsdom): Update to v16.1 ( #42200 )
...
* feat(jsdom): Update to v16.1
* test(mozilla‑readability): Remove test dependency on JSDOM
* fix(jsdom): Fix lint errors
* feat(jsdom): Update dependency parse5 to v5
2020-02-14 09:28:24 -08:00
hoiheart and GitHub
10fe443e0c
[youtube-player] Change events key to optional ( #42362 )
2020-02-14 09:24:38 -08:00
Simon Schick and GitHub
058b3a2fca
fix(@hapi/joi): fix extend typings ( #42297 )
2020-02-14 09:24:00 -08:00
Simon Buchan and GitHub
186ed7ba26
[aws-lambda] Some docs, split up types and tests ( #42080 )
...
* [aws-lambda] Some docs, split up index.d.ts into multiple files.
Documents handler type and conventions for adding triggers more
explicitly. The same index.d.ts docs should explain the thinking for the
new layout convention.
No changes to the type tests in this first commit, to show that the tests
still passs, and because I think they deserve more attention (and I need
lunch right now).
Most event structures have little to no changes other than re-ordering or removing
inaccurately copy/pasted comments in a case or two.
Loses history, but github doesn't support rename history anyway, and
it's even more ugly to get git to track file splits even for local
usage. Apologies for the huge diff.
* [aws-lambda] Split tests to per-service files, add contributor README.md
Updates most of the files to a consistent style.
2020-02-14 09:18:39 -08:00
Ziyu and GitHub
4b76dba9a1
selenium-webdriver: fix TargetLocator and logging ( #42289 )
...
* selenium-webdriver: move logging to separate file
* selenium-webdriver: fix TargetLocator type
* selenium-webdriver: fix test
2020-02-14 09:17:44 -08:00
Maurice de Beijer and GitHub
46b1c41f67
Make InferType from ArraySchema compatible with Array type ( #42351 )
2020-02-14 09:15:58 -08:00
Alex Jerabek and GitHub
704b916b49
[office-js, office-js-preview] Adding support note to Range.getImage ( #42361 )
...
* Removing prompt verbage from selection binding options
* Adding support note to Range.getImage
2020-02-14 09:13:58 -08:00
Daniel Rose and GitHub
474da5ffa4
Fix socketcluster-client and socketcluster-server type definitions ( #42366 )
...
* Fix event data property names
* Fix server options
protocolVersion is optional (and defaults to 2).
2020-02-14 08:56:25 -08:00