Commit Graph

67170 Commits

Author SHA1 Message Date
Sine
f5dffdf5a5
Added type definitions for shevyjs (#42050)
* Added type definitions for shevyjs

* Removed example code

* Fixed typos
2020-02-06 15:06:56 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
8b8d67c7d3
feat(concurrently): update to v5 (#42046)
This commit:
- creates v4 commpatible definition type
- bumps current version to v5
- adds documentation based on most recent version
- amends tests

Thanks!
2020-02-06 15:04:40 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
1e566e7f37
fix(bcrypt-nodejs): allow null as hash progress callback (#42041)
- fixes async hash definition bug
- update module definition syntax
- update configuration to match latest DT specs

Thanks!
2020-02-06 15:01:04 -08:00
Christian Muñoz
3731df0fc2
Add declarations for graphite module (#42109) 2020-02-06 14:05:56 -08:00
Michael Adams
73b7498ed4
[plotly.js] - add title to trace. (#42124)
* [plotly.js] - add title to trace.

* Add dataTitle interface.
2020-02-06 13:41:25 -08:00
SteVen Batten
abfef0fd2b
VS Code 1.42.0 Extension API (#42169) 2020-02-06 13:20:21 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
45cfedf917
fix(multer): pre-v1 dead code removal (#42025)
It seems the 'stream' property of the multer file was removed:
https://git.io/Jv3KM
and was never part of v1 version:
https://git.io/Jv3K9

Also:
- udpate linting config to latest one
- fix linting errors in TD header

Thanks!
2020-02-06 10:43:38 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
c72d2cfdd0
feat(karma-jasmine): update to version 3.1 (#41989)
- version bump
- rewrite definition to extend karma configuration with Jasmine specifc
configuration properties support
- tests updated
- type definition configuration changes to match latest recommended
setup for linting and TS details

Thanks!
2020-02-06 10:13:49 -08:00
Eduardo Turiño
05dd3e11cb
[ioredis] add missing unlink to Pipeline (#42132)
* [ioredis]

* d'oh
2020-02-06 10:12:20 -08:00
Matt Jeanes
7c723ba64a
[@types/hapi-pino] Update hapi-pino to 6.4 (#42166) 2020-02-06 10:10:18 -08:00
Dominic Wroblewski
2eebcb4507
Update contentstack to include Assets and missing definitions (#42162) 2020-02-06 10:09:35 -08:00
Alain Dumesny
ec47dfa167
deleting gridstack since lib has Typescript definition (#42139)
* deleting gridstack since lib has Typescript definition
* gridstack.js has been shipping with it's own  d.ts file for a while now
(much more up to date, at 0.6.3 now +9 release)
* removing as to not cause confusion on source of truth
see https://github.com/gridstack/gridstack.js/blob/develop/src/gridstack.d.ts

* added gridstack to notNeededPackages
2020-02-06 10:08:26 -08:00
tu4mo
bcb45b24f4
[react-datepicker] Add new props (#42104) 2020-02-06 09:54:58 -08:00
Jason Killian
eb01d24998
[redux-form] Add additional params to ValidateCallback type (#42075) 2020-02-06 09:54:04 -08:00
Devansh Jethmalani
f56665fac4
fix(jest): issue #42067 (#42103)
* fix(jest): issue #42067

* fix(jest): issue #42067
2020-02-06 09:52:05 -08:00
Callum Macdonald
e98f4541f1
later - next() can return single date (#42127)
* next() can return single date

* More methods return a single Date

* Typecast returned value

I don't really understand what these tests are supposed to be doing, but I think this change will work.

* Add space for tslint
2020-02-06 09:49:29 -08:00
Sébastien
dbfc9ddb5b
fix(carbon-components-react) Updated DataTableCustomSelectionProps accordingly to the Element's props (#42128)
* Updated DataTableCustomSelectionProps accordingly to the Element's props

* Added test for DataTable

* Fixed test lint
2020-02-06 09:48:50 -08:00
Yoko OYAMA
7858186a9f
@types/vast-client: add missing track() method to VASTTracker (#42083)
* Squashed commit of the following:

commit 4eaf79cc7d6cb28efa41f17a515478df0ff803a5
Author: yowcow <yowcow@cpan.org>
Date:   Tue Feb 4 14:52:59 2020 +0900

    call track()

commit 43cdd5cdf62e4a99517ac58cfd0ca8315783cfbc
Author: yowcow <yowcow@cpan.org>
Date:   Tue Feb 4 14:49:23 2020 +0900

    once is optional

commit 897bdfcea0ec095fb4892b7170624bebaa6df214
Author: yowcow <yowcow@cpan.org>
Date:   Tue Feb 4 14:05:12 2020 +0900

    add track()

* fixed typos
2020-02-06 09:40:48 -08:00
Sam Galizia
09bee8f86e
Fix get() dst param. Should be writable stream (#42135) 2020-02-06 09:33:21 -08:00
Sébastien
53089a8608
fix(carbon-components-react) TooltipDefinition missed some props (#42097)
* Added missing element in TooltipDefinition

* Added tests

* fixing merge issue
2020-02-06 09:32:54 -08:00
ExE Boss
6531f81022
fix(util.promisify): Widen err param and add implementation.d.ts (#42130) 2020-02-06 09:30:50 -08:00
Michel Nemnom
e3b0532870
fix(pino): Add missing params in PrettyOptions (#42123)
* fix(pino): Add missing params in PrettyOptions

* Update types/pino/index.d.ts

Co-Authored-By: Adam Vigneaux <adam@adamvig.com>

Co-authored-by: Adam Vigneaux <adam@adamvig.com>
2020-02-06 09:29:52 -08:00
Mieszko Wawrzyniak
b1f0045f65
Bump ts-toolbelt to ^6.1.11 (#42117)
Bump ts-toolbelt to ^6.1.11 in order to support Typescript 3.7
2020-02-06 09:21:25 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
df3cc68b4b
feat(multer): refine filter function callback (#42029)
The callback function should allow single parameter of type Error only
or two params, first being null, other boolean.
This fixes the problem:
https://www.npmjs.com/package/multer#filefilter

- implmentation
- tests

Thanks!
2020-02-06 09:20:18 -08:00
Igor Morozov
d177ce08ba
[SuperAgent] Fix Response.error type (#42146)
* fix Response.error type

* remove trailing space
2020-02-06 09:19:50 -08:00
Steven Scott
ea7ace3ea1
Add missing field to PouchDB.Find.FindResponse (#42161)
> You may also want to pay attention to the "warning" value included in your results set, indicating that there was no index that matched the given query.

https://pouchdb.com/guides/mango-queries.html
2020-02-06 09:18:12 -08:00
Max Nowack
ea146263f9
Add period to LibratoConfig for librato-node (#42160) 2020-02-06 09:17:46 -08:00
ExE Boss
2982660b41
chore(package): Remove unnecessary dependencies (#42147) 2020-02-06 09:08:07 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
e168767d6e
feat(amplitude-js): v5 migration. Closes #42005 (#42034)
- v4 created for backward compatibility
- v5 updates
- configuration update to match standrd DT configs

https://help.amplitude.com/hc/en-us/articles/115002889587-JavaScript-SDK-Reference

Thanks!
2020-02-06 09:04:54 -08:00
Martin Zlámal
cbcfdd4b12
Relay runtime: add a new 'log' interface (#41807) 2020-02-06 11:21:59 +01:00
Junseong Park
b486ac5f27
added @types/react-native-background-downloader (#42052)
* added @types/react-native-background-downloader

* remove typescript version

* modified for lint
2020-02-05 15:18:08 -08:00
André Matthies
fb3f0de44e
Add definitions for smshelper (#42061) 2020-02-05 15:15:30 -08:00
Jordan Harband
f47104d0f0
json-file-plus: fix types (#41988)
Some of these types were wrong, and some were missing.
2020-02-05 14:55:27 -08:00
ebwittenberg
cceda7c3f5
Change SDP onClose type to expect date (#42007) 2020-02-05 14:30:43 -08:00
ebwittenberg
323dce6137
Fix focused typing to match onFocusChange (#42016) 2020-02-05 13:51:29 -08:00
Greg Thompson
e50a750c5a
[chroma-js] Add mode param to valid() (#42019)
* add mode param to valid()

* test

* version update
2020-02-05 13:47:36 -08:00
Sébastien
28952aa6e7
fix(carbon-components-react) Tab missed disabled prop (#42099)
* Added disable prop for Tab

* Added missing newline
2020-02-05 12:47:11 -08:00
Felipe Alves
ddc37dac1a
@chromecast-caf-receiver - Update LoggerLevel to ENUM (#42076)
* Update LoggerLevel to ENUM

* Change String to Number and Order ASC
2020-02-05 11:44:39 -08:00
Miguel
d9a1b4bc72
Added type definitions for cnpj (#42101)
* Added type definitions for cnpj

* removendo patch versioN

* corrigindo github url
2020-02-05 10:53:07 -08:00
Richie Bendall
d05a9de5c6
feat: Add typings for math-random (#42082)
* feat: Add typings for math-random

Signed-off-by: Richie Bendall <richiebendall@gmail.com>

* fix: `cryptographic` should be true | undefined

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-02-05 10:51:24 -08:00
Sébastien
0c432c26d5
fix(carbon-components-react) Slider misses onChange override prop (#42100)
* Added onChange for Slider

* Added missing Omit

* Added missing newline
2020-02-05 10:47:05 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
a8b10755f8
feat(dragula): update to version 3.7 (#42106)
- version 2 created
- version 3 update with refined constructor, listeners and missing
properties and methods
- tests amended
- configuration as per DT defaults

Thanks!
2020-02-05 09:31:59 -08:00
Amit Beckenstein
776ca50f8d
Add definitions for migrate-mongo (#42110) 2020-02-05 09:28:15 -08:00
Oliver Salzburg
b4517f3667
angular-material: Missing IPanelAnimation.duration (#42095) 2020-02-05 09:18:15 -08:00
John Mark Gabriel Caguicla
9d2652f706
Update typings for 1.5.0 (#42096)
- Add 64-bit integer function definitions [u]int64{le, be}
- Bump required TS version to 3.2 due to bigint usage
- Add seek (skip alias)
2020-02-05 09:16:32 -08:00
Matt Roberts
66386e9f82
node-mailjet attachments (#42098) 2020-02-05 09:16:00 -08:00
Chris Krycho
45df8511a2
Ember Data: add re-exports for new packages (#42017)
* [ember-data] add re-exports for `@ember-data/model`

* [ember-data] add re-exports for `@ember-data/adapter`

* [ember-data] add re-exports for `@ember-data/store`

* [ember-data] add re-exports for `@ember-data/serializer`

* [ember-data] add re-exports for `@ember-data/model`

* [ember-data] use OTHER_FILES for `@ember-data/adapter`

* [ember-data] use OTHER_FILES for `@ember-data/serializer`

* [ember-data] include error test for `@ember-data/adapter`

* [ember-data] use OTHER_FILES for `@ember-data/serializer`

* [ember-data] fix file inclusions and paths

* [ember-data] actually export and test `@ember-data/adapter/error`

* [ember-data] fix more tests

* [ember-data] rework @ember-data/adapter/error exports

* [ember-data] make `@ember-data/adapter/error` exports type-and-value

* [ember-data] make `@ember-data/adapter/error` exports type-and-value correctly

* [ember-data] use `export import` form

* [ember-data] fix mixin re-exports

* [ember-data] fix expanded adapter method test
2020-02-05 09:12:40 -08:00
Daniel Rose
3b611ed646
Update various socketcluster types to newest versions (#42068)
* Add type definitions for async-stream-emitter, consumable-stream, writable-consumable-stream, stream-demux, ag-channel, ag-simple-broker, ncom, async-iterable-stream

* Upgrade sc-broker to 8.0

* Upgrade socketcluster-client to 15.1

* Rename definition files to match module file names

The files in the module were renamed.

* Move socketcluster-server to v14 folder

In preparation for socketcluster-server v15, since the old version is still used by other type packages.

* Update scc-broker-client to 7.0

* Add current socketcluster-server type definitions

Current version is v15.0

* Move sc-broker-cluster to v6 folder

In preparation for sc-broker-cluster v9, since the old version is still used by other type packages.

* Add current sc-broker-cluster type definitions

Current version is v9.0

* Move sc-channel to v1 folder

In preparation for sc-channel v2, since the old version is still used by other type packages.

* Add current sc-channel type definitions

Current version is v2.0

* Include the relevant sc-broker-cluster type-definitions directly in sc-channel

It can be run using older and newer version of sc-broker-cluster, which have differently versioned dependencies.

* Move sc-channel tests to sc-broker-cluster

In the tests we use sc-broker-cluster. If the tests are in sc-channel, they drag in all dependencies for sc-broker-cluster, including esnext.asynciterable, which we don't want.

* Simplify sc-errors tests

In the tests we used socketcluster-server. That dragged in all of its dependencies, including esnext.asynciterable, which we don't want.

* Move sc-channel to v1 folder

In preparation for sc-channel v2, since the old version is still used by other type packages.
2020-02-05 08:59:09 -08:00
Alex Jerabek
ca3bfdb158
[office-js, office-js-preview] PivotTableCollection description typo fixes (#42102)
* Removing prompt verbage from selection binding options

* Fix PivotTable typo
2020-02-05 08:52:47 -08:00
Crocsx
f9910bb95a
[@Cesium] 1.66 (#42113)
* [@Cesium] 1.66

* small fixes

* tabs
2020-02-05 08:51:18 -08:00