Commit Graph

67207 Commits

Author SHA1 Message Date
Wassim Chegham
e004560304
add optional types (#42211) 2020-02-10 09:08:08 -08:00
Alan Plum
79a77dee97
Add ttl index type (#42225)
See https://www.arangodb.com/docs/stable/indexing-ttl.html
2020-02-10 09:04:06 -08:00
Ciffelia
d6a734bdcc
[electron-load-devtool] Update to v1.2 (#42218)
* [electron-load-devtool] GitHub username change (@prince0203 -> @ciffelia)

* [electron-load-devtool] Format code

* [electron-load-devtool] Update to v1.2
2020-02-10 08:38:05 -08:00
Stanislav Spatari
ea0d6d6fd8 fix(intercom-client): fix find methods (#42230)
Change return type find method that returns promise and find method with callback from User to UserList
2020-02-09 18:50:37 +00:00
Andrew Hutchings
a68259ee88
Update type for webpack's Stats.ToJsonOutput['assetsByChunkName'] (#42219)
`assetsByChunkName` is an object keyed by chunk name with a value of either a single asset (string) or array of assets.

See implementation here: https://github.com/webpack/webpack/blob/v4.41.5/lib/Stats.js#L441-L447
2020-02-09 07:04:57 +00:00
Sébastien
647a206724
fix(carbon-components-react) Dropdown itemToElement prop should be ReactNode (#42089)
* Changed CarbonReact Dropdown itemToElement from ComponentType to a NonNullable ReactNode.

* Added a test

* Changed item-to-element to a ReactElement

* renamed test

* Fixed merge issues
2020-02-07 16:45:32 -08:00
Jan T. Sott
722d7e70fa
atom: Add nightly release channel (#42198)
* Add nightly release channel

Atom has [nightly versions since June 2019](https://blog.atom.io/2019/06/21/introducing-atom-nightly-releases.html), this PR adds it to the release channels

* remove quotes
2020-02-07 16:44:33 -08:00
Jesse Trinity
111a349f75
Revert "chart.js: Update ChartData to accept both Arrays and ReadonlyArrays (#42023)" (#42191)
This reverts commit dc72f7ed97.
2020-02-07 16:41:42 -08:00
Yurick
0d34d62210
[redis-info] Add base types (#42186)
* Add basic types

* Add tests
2020-02-07 14:22:57 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
a6ab44b5e3
feat(express-fileupload): update definition details (#42040)
- properties from file upload options added
- document properties
- amend tests to cover added properties

https://github.com/richardgirges/express-fileupload#usage
https://github.com/richardgirges/express-fileupload#available-options

Thanks!
2020-02-07 14:10:57 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
c85c9c89b5
update(compression): amend module definition and bump to 1.7 (#42045)
- CommonJS module refined
- added public document props
- removed implicit zlib props from defintion and opt-in for unnamed
props support
- proper support for module Express.Response.flush method added
- tests amended to reflect changes in module definition
- Prettier run on the definition file
- configuration based on current DT settings

Thanks!
2020-02-07 14:08:59 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
d5f2ef6c1f
feat(errorhandler): update to 1.5 version (#42048)
- version align
- export title module property
- amend tests
- update configuration to latest DT setup

Thanks!
2020-02-07 14:07:10 -08:00
ExE Boss
2e13ca4b69
feat(object.getownpropertydescriptors): Add missing files (#42188) 2020-02-07 14:05:28 -08:00
Slava Knyazev
a30ebb562f
Update index.d.ts (#42167)
Not much to say here, its just missing and I needed it. Is there a reason it already wasn't in?
It's referenced here: https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/sensors/sensor-api.md
2020-02-07 14:05:04 -08:00
Elizabeth Samuel
4dca67ea9a
[office-js] [office-js-preview] (Outlook) Link to OM in Item description (#42195) 2020-02-07 14:04:19 -08:00
Michael Adams
24f895c718
[plotly.js] - add pad to plotmarker. (#42184) 2020-02-07 14:04:07 -08:00
Max Boguslavsky
874e3e909b
Updated tests and Options interface to match js code. (#42177)
* - updated tests for type.

* - used webm and mp4 from base type.

* used worker types from base namespace

* fixed whitespace

* experiment

* reverted refactoring back
2020-02-07 14:03:48 -08:00
Samuel Bodin
6c61d48de2
fix(google__maps): sessiontoken in PlaceAutocomplete is optionnal (#42165) 2020-02-07 14:01:56 -08:00
Sébastien
565e8696e1
fix(carbon-components-react) TileGroup's onChange signature: all arguments are mandatory (#42125)
* Updated TileGroup's onChange signature: all arguments are mandatory

* Added test for the onChange

* fix lint issues

* Fixed merge issues
2020-02-07 13:48:50 -08:00
zytjs
946a98e60e
Update tooltip.d.ts (#42178) 2020-02-07 13:19:46 -08:00
Sergey Tselovalnikov
4cad9f5a3b
[rsocket-core] Add rsocket error types (#42155) 2020-02-07 13:19:17 -08:00
Rob Ammerlaan
b9c82c65e7
Added 'console group' methods to type Console in react-native (#42183)
* Added console group methods

* Also added group()

* reversed format
2020-02-07 13:18:42 -08:00
John Soutar
9cde842cbb
Add missing method signatures for JWPlayer.off() (#42179) 2020-02-07 13:17:57 -08:00
Martin Zlámal
fd6a6b6b9a
Relay runtime: fix Store options (#42152)
Related change in Relay: 6ed264413b
2020-02-07 13:11:52 -08:00
Sébastien
abcf09cba4
fix(carbon-components-react) Added ref for inputs and textareas (#42187)
* Added support of ref for TextArea and Input

* removed old code

* Reused the old forwardingcomponent + added number

* removed forward ref from  NumberInput

* lint fix
2020-02-07 13:10:37 -08:00
Pedro Mutter
2422a0f02f
[@catho/quantum] Fix componets event handlers types (#42171)
* 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
2020-02-07 13:09:53 -08:00
corno
cc648c790b
added 'Clarinet' (#42078)
* Added declarations for 'clarinet'

* added tests file

* fixed options type

* generated .d.ts file with dts-gen and copied relevant changes

* added tests file

* added 'private = true' as required by tslint

* linted

* removed package.json (superfluous)

* added stream module

* fixed 'on' method
2020-02-07 13:08:11 -08:00
TypeScript Bot
94cae9a72a
Update CODEOWNERS (#42190) 2020-02-07 11:39:17 -08:00
Vincent
eacbcad95d
Revert "rdflib: Provides its own types (#39502)" (#42044)
This reverts commit 974e3815b6.

Note that I've also manually removed rdflib from
notNeededPackages.json, which was moved around in a later commit
(35a3ce6589) - hence it wasn't
originally caught in this revert.
2020-02-07 10:24:51 -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