Jesse Trinity
55be71bb95
Revert "chart.js: Update ChartData to accept both Arrays and ReadonlyArrays ( #42023 )"
...
This reverts commit dc72f7ed97 .
2020-02-07 10:22:22 -08:00
Jordan Harband
6fdd80d8ad
add LJHarb as an owner of LJHarb’s packages ( #42138 )
2020-02-07 10:20:33 -08:00
Pragun Saini
79545c9942
Added @types/vndb ( #42039 )
...
* Added @types/vndb
* removed unnecessary reference to node
* Removed package.json
* Removed JSDoc type annotations
* Removed unnecessary namespace from @types/vndb
2020-02-07 10:06:42 -08:00
Bumsik Kim
0aba7d4401
[emscripten] Delete Math interface and fix locateFile() ( #42140 )
...
* [emscripten] Delete Math interface
* [emscripten] Fix Module.locateFile()
2020-02-07 10:05:37 -08:00
Syberen van Munster
27d4df7bda
Change folder name to google__markerclustererplus to match scoped package ( #42121 )
...
* Change folder name
* Rename tests file
2020-02-07 10:04:30 -08:00
Nathan Shively-Sanders
99e183f8ea
Fix a type in mongoose tests ( #42189 )
...
Previously, Typescript didn't issue strictNullCheck errors on variables
with multiple declarations, like
```ts
var x: E
var y: E | undefined
var x = y // TS should error here, but didn't previously
var z: E | undefined = y // TS already errored here
```
Now it does, and mongoose's tests were missing a now-required `undefined`.
2020-02-07 09:33:23 -08:00
Abe Dolinger
ef627d6747
react-native: add sendIntent to LinkingStatic ( #42174 )
2020-02-07 12:50:51 +01:00
Samuel Bodin
f44f31789c
feat(nanotimer): complete definition ( #42153 )
...
* feat(nanotimer): complete definition
* lint
2020-02-06 15:29:16 -08:00
Junseong Park
a1039ae6e5
added @types/react-native-video-player ( #42057 )
...
* added @types/react-native-video-player
* removed typescript version
* modified for tsconfig.json
* modified for lint
2020-02-06 15:11:56 -08:00
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