Commit Graph

67170 Commits

Author SHA1 Message Date
Azoson
a34be904d9 fix setSelection type definition (#41762)
The second argument `head` defaults to `anchor` (the first argument).
Thus `head` is an optional argument.
2020-01-27 14:13:33 -08:00
Mark Hoffmeyer
90b8a0633a Add mock to RPIO Options (#41745)
Options type is missing `mock` setting from [node-rpio](https://github.com/jperkin/node-rpio#mock).
2020-01-27 14:06:12 -08:00
Oliver Emery
f09d3f850c [multer] add MulterError, File.stream, better documentation (#41739) 2020-01-27 13:56:04 -08:00
Demián Rodriguez
f59f6c1146 [@types/ioredis] Fix return type for hgetall (#41737)
* Properly return strings

https://github.com/luin/ioredis#transforming-arguments--replies

* Add me as a collaborator

* Format code using prettier config
2020-01-27 13:54:16 -08:00
Josh Batley
b8cf528aa8 updated definitions for @types/canvas-confetti (#41732) 2020-01-27 13:49:18 -08:00
Stephen Pittman
2af01ce9e6 Add optional rawResponse to OperationType in RelayRuntimeTypes (#41521) 2020-01-27 13:44:55 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
16d14ba7fb feat(semver): migrate to v7. Fixes #41326 (#41409)
- migrate modules to support new v7 usage
- create v6 folder to support older version
- update v7 tests with usage samples from readme while preserving
v6 tests

Thanks!
2020-01-27 13:38:29 -08:00
Jamie Magee
0a42581b73 Add types for global-agent (#41855) 2020-01-27 13:26:37 -08:00
Jamie Magee
6427988103 Add types for clean-git-ref (#41854) 2020-01-27 13:23:00 -08:00
Josh Goldberg
14f735d739 Added types for NoSleep.js (#41861)
* Added types for NoSleep.js

* strictFunctionTypes

* Added missing export as namespace
2020-01-27 13:21:31 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
739ff74e29 feat(karma-detect-browsers): definition files for v2.3 (#41870)
Type definitions for runner plugin used e.g. by current version of the
Bootstrap 4.* tooling.

- definition
- tests

https://git.io/JvqhL

Thanks!
2020-01-27 13:14:27 -08:00
Heok Hong Low
f685a89b09 [@duosecurity/duo_web] Add new type definition for duo_web (#41885)
* Add new type definition for duo_web

* Finx lint
2020-01-27 13:13:28 -08:00
Dominic Wroblewski
f8e37b2dfb [contentstack] Add ContentStack type definitions for 3.8.1 (#41888)
* Add initial ContentStack definitions for 3.8(.1)

* Add additional configuration constructor
2020-01-27 10:58:45 -08:00
Heok Hong Low
e21cf45ff1 [duo_web_sdk] Add new typing for duo_web_sdk (#41887)
* Add new typing for duo_web_sdk

* Fix functions
2020-01-27 10:58:10 -08:00
breeze9527
623e54f1e7 Add type definition for non npm package amap-js-api-transfer (#41886) 2020-01-27 10:57:01 -08:00
Cameron Hunter
1c51f0ffc4 yargs: Add 'sort-commands' option to parserConfiguration (#41718)
* Add 'sort-commands' option to `parserConfiguration`

* Use defined type instead of inline in the generic
2020-01-27 10:54:55 -08:00
ori-moisis
217d81c806 Allow type guard in filters (#41883)
* Add type guard signatures to relevant functions to allow safe type conversion
2020-01-27 10:54:27 -08:00
Kozlov Sergey
d18814c900 make event ags method fire interface IEventManager optional (#41877) 2020-01-27 10:54:02 -08:00
Oliver Salzburg
63a7671f30 angular-material: Missing updatePosition (#41834) 2020-01-27 10:53:44 -08:00
Adrien
a82a0b7c16 emoji-mart: Fix CustomIcons typings (#40734) (#41871) 2020-01-27 10:53:04 -08:00
Eyal Hakim
26b896da0d Support OR operations in tagFilters (#41868) 2020-01-27 10:52:24 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
7e04eb1da2 feat(karma-coverage): align 1.1.2 definition (#41860)
- missing properties of the reporter
- missing JSDoc
- tests updated

Thanks!
2020-01-27 10:49:04 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
cccc2adb6e fix(jasmine): Configuration.Promise (#41866)
See:
https://jasmine.github.io/api/3.5/Configuration.html
https://git.io/JvqMj

Thanks!
2020-01-27 10:48:25 -08:00
Denis Malinochkin
eab005010b micromatch: add options for scan method (#41858) 2020-01-27 10:47:29 -08:00
Simen Bekkhus
ef7406af8c fix: remove jest interface types as they can be imported from jest itself (#41852) 2020-01-27 10:46:51 -08:00
Douglas Parker
7b945f5bae Adds chrome.devtools.panels.themeName. (#41848)
Official API definition: https://developer.chrome.com/extensions/devtools_panels#property-themeName

Apparently Chrome extensions don't get the `prefers-color-scheme` media query and instead need to use this value. It can only be `"dark"` or `"default"` (even when users explicitly set their theme to `"light"`).
2020-01-27 10:41:57 -08:00
Alex Jerabek
91a570c095 [office-js, office-js-preview] Removing single value set option from description (#41844)
* Removing prompt verbage from selection binding options

* Removing single value set option from description
2020-01-27 10:40:23 -08:00
Elizabeth Samuel
9bd40d95e5 [office-js] [office-js-preview] (Outlook) Update descriptions of UserProfile props (#41845) 2020-01-27 10:39:32 -08:00
Jesse Katsumata
8ec416ff25 react-native: add missing props for ScrollView (#41862) 2020-01-27 10:38:58 -08:00
Chris Wilkinson
2e7fff55c7 Fix data factory type (#41884) 2020-01-27 10:38:34 -08:00
Elizabeth Samuel
7c439294f1 [office-js] [office-js-preview] (Outlook) Update changedRecipientFields object (#41891) 2020-01-27 10:37:50 -08:00
AlCalzone
0f8be84d4f [iobroker] objects and states in the cache may be undefined (#41892) 2020-01-27 10:37:31 -08:00
thicodes
1911a1fbbe [relay-compiler] Upgrade to suport version 8 (#41740)
* Upgrade to suport version 8

* Change version

* Merge branch 'update-relay-compiler-v8' of github.com:thicodes/DefinitelyTyped into feat/relay-8

* solve lint problems

* upgrade versions of typescript to 3.4

Co-authored-by: Renan Machado <renan.mav@hotmail.com>
2020-01-27 17:15:18 +01:00
Jamie Magee
253c9edcff Add types for yawn-yaml (#41627)
* Add types for yawn-yaml

* PR comments
2020-01-26 01:31:19 -05:00
betlgtu
3ce8975738 Added classes and interfaces for sharepoint (#40963)
* Added classes and interfaces from
1) cui.js
2) sp.ribbon.js
3) init.js

* Fixed static methods (previously instance methods)

* Deleted tslint global rule: use-default-type-parameter.
Fixed `use-default-type-parameter` in tests file.
2020-01-24 17:08:14 -08:00
freisenhauer
7454bdd3a9 hapi__joi make error attributes on validation result optional (#41609)
* make error attributes on validation result optional according documentation of hapi__joi

* add frederic reisenhauer to hapi__joi contributors

* change double quotes to single quotes
2020-01-24 17:02:45 -08:00
ekfn
0a32b87d14 yup: required is not nullable (#41789) 2020-01-24 17:01:33 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
3061712f65 feat(auth0-js): correct dbconnection signup details (#41847)
- property name (`userMetadata`)
- missing props
- props documentation
- typed signup callback results options

https://git.io/Jvqte

Thanks!
2020-01-24 17:00:47 -08:00
Tomasz Pluskiewicz
f0232f626b fix: make data factory generic (#41651)
* fix: make data factory generic

* fix: update rdf-transform-triple-to-quad
2020-01-24 17:00:10 -08:00
Linus Unnebäck
1eb97992fe [assert] Add support for TypeScript's Assertion Functions (#41616)
* [assert] Add notDeepStrictEqual

* [assert] Deprecate non-strict functions

* [assert] Add asserts _ is _ annotations

* [asenv] Remove dependency on assert

* [bintrees] Remove dependency on assert

* [bookshelf] Remove dependency on assert

* [bser] Remove dependency on assert

* [cbor] Remove dependency on assert

* [express-handlebars] Remove dependency on assert

* [fbemitter] Remove dependency on assert

* [hapi v16] Remove dependency on assert

* [libpq] Remove dependency on assert

* [memcached] Remove dependency on assert

* [multireducer] Remove dependency on assert

* [oracledb] Remove dependency on assert

* [pako] Remove dependency on assert

* [pigpio] Remove dependency on assert

* [project-oxford] Remove dependency on assert

* [range_check] Remove dependency on assert

* [rgrove__parse-xml] Remove dependency on assert

* [sanctuary] Remove dependency on assert

* [seed-random] Remove dependency on assert

* [set-cookie-parser] Remove dependency on assert

* [sort-object-keys] Remove dependency on assert

* [superagent] Remove dependency on assert

* [whatwg-mimetype] Remove dependency on assert

* [xmlpoke] Remove dependency on assert

* [yadda] Remove dependency on assert

* [oracledb] avoid using includes in tests
2020-01-24 16:59:04 -08:00
Gareth Jones
9854ca5331 [eslint] add usedDeprecatedRules property (#41832) 2020-01-24 16:58:08 -08:00
Simen Bekkhus
3d136b8594 Remove Jest typings (#41837)
* chore: jest-matcher-utils has official typings

* chore: jest-docblock has official typings

* chore: jest-validate has official typings

* chore: jest-matchers has been renamed to expect, and has own types
2020-01-24 16:57:24 -08:00
Offir Golan
60c8a720cc [@pollyjs/core] Update types for v4.0.0 (#41769) 2020-01-24 16:56:24 -08:00
Aaron Hedges
bc6cbcd0ea remove roads and roads-server from definitelytyped now that there is official typescript support (#41720) 2020-01-24 16:54:43 -08:00
Hampus Sjöberg
25f996b56c bech32: Fixing parameter types and return types (#41707) 2020-01-24 16:54:16 -08:00
Karl-Aksel Puulmann
5845ec551f redux-first-router: expose selectLocationState function (#41712)
Implementation: a8f3bb3995/src/connectRoutes.js (L156)
2020-01-24 16:53:18 -08:00
ExE Boss
0ff2a739e7 fix(js‑yaml): loadAll(…) allows null as the iterator parameter (#41715) 2020-01-24 16:49:36 -08:00
Richie Bendall
e0b072e8e8 feat: Add typings for du (#41823)
* feat: Add typings for du

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

* chore: Remove boilerplate line

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-01-24 16:46:40 -08:00
Richie Bendall
fb12206078 feat: Add types for merge-objects (#41822)
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-01-24 16:27:38 -08:00
Richie Bendall
371d5794ce feat: Add typings for to-space-case (#41821)
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-01-24 16:26:58 -08:00