Commit Graph

67624 Commits

Author SHA1 Message Date
MarcoRu
f581dbb72f
Add types for @types/chart.js (tooltip model) (#42740)
* Add new tooltip model types

* Fix mistyping
2020-03-02 09:41:05 -08:00
MrFragIT
c59c876a6a
[Slonik] Added UUID type to TypeNameIdentifierType (#42632) 2020-03-02 09:40:35 -08:00
taoqf
f77a76d728
weixin-app: add missing members (#42731)
* add types jsreport-chrome-pdf

* jsreport-chrome-pdf: add options

* [jsreport-chrome-pdf]: add missing prop

* wexin-app: add missing interface members

* include version

* jsdoc

* add enum
2020-03-02 09:35:54 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
6672979d6a
feat(mongodb): add connection TLS options (#42723)
- TLS options
- minor update to document to correct @default
- version bump to 3.5

http://mongodb.github.io/node-mongodb-native/3.5/api/MongoClient.html

Thanks!
2020-03-02 09:35:19 -08:00
Chen
e72b790b68
chai: Tighten argument types of assert.throw methods. (#42719)
* Refine argument types of assert.thorw methods.

* Add author.
2020-03-02 09:33:37 -08:00
Oblarg
e2f9c4c3ef
Fix MemoryCache get function type to correctly reflect nulla… (#42726)
Returns null if no object present for given key; return type should reflect this.
2020-03-02 09:32:31 -08:00
Felipe Castillo
d2b8167133
[teslajs] fix wrong Vehicle interface (#42724)
* [teslajs] fix wrong Vehicle interface

* [teslajs] Fix async functions parameters
2020-03-02 09:31:42 -08:00
Huan (李卓桓)
2c2ad2b5f4
Create a new package: Matrix AppService Bridge (matrix-appservice-bridge) (#42702)
* reinit

* fix fixmes

* make linter happy
2020-03-02 09:28:59 -08:00
Valikhan Akhmedov
9af68d8d95
[Simplebar] Add typing for v5 (#42654)
* move old typings in v2

* add new typings

* fix linter errors

* move tests under v2

* add more classes

* revert original comments in v2
2020-03-02 09:27:16 -08:00
Guy Gascoigne-Piggford
9d29adedf6
Add maintainer (#42722)
I'd like to propose adding gargroh to the list of maintainers for the
react-table types.  He's been active, and and more importantly, useful,
on both the react-table repo as well as this one and has offered to help
with maintaining the react-table types.
2020-02-28 15:04:05 -08:00
Ivan Sieder
e3cd240c56
removed string type from decoded, as it's only an object (#42718) 2020-02-28 12:50:50 -08:00
SGT
def0529d62
added declarations for 'ip-subnet-calculator' (#42712)
* added declarations for 'ip-subnet-calculator'

* fixed lint for ip-subnet-calculator
2020-02-28 10:56:12 -08:00
ed eustace
0282d7255e
feat: add types for @rollup/plugin-virtual (#42688)
* feat: add types for @rollup/plugin-virtual

* chore: rm 'node' from 'types'

* chore: set typescript version to 2.9

* chore: set typescript version to 3.7

* chore: fix lint issues
2020-02-28 10:54:59 -08:00
Sun Knudsen
b6ffefefca
Made ComponentOverride generic (#42603)
Fixes type issues such as https://stackoverflow.com/questions/60382399/why-is-type-sfcanchorprops-not-assignable-to-type-sfc.
2020-02-28 10:50:06 -08:00
TypeScript Bot
d49a96d85d
🤖 CODEOWNERS has changed (#42720) 2020-02-28 10:49:39 -08:00
lsnch
9d8f40f0a8
[@types/node] Fix subprocess.kill return type (#42709) 2020-02-28 10:48:15 -08:00
Chris Bajorin
4227df17ef
node/tty - as of v10, readStream.setRawMode(mode) returns 'thi… (#41194)
* node/tty - as of v10, readStream.setRawMode(mode) returns 'this' instead of 'void'

* node/tty revert v11 changes

* node/tty updated v12 for setRawMode
2020-02-28 10:47:51 -08:00
Sebastiaan Pasma
ed96982d5b
[@types/chrome] Added 'silent' option to the chrome package (c… (#42708) 2020-02-28 10:47:09 -08:00
Menno
d02a3f361d
fix: [@types/aws-lambda] add missing prop clientMetadata to Co… (#42707) 2020-02-28 10:45:25 -08:00
Mzoro
04385f7deb
add base_url property (#42665)
* add base_url property

add base_url property for interface Settings;
https://www.tiny.cloud/docs/configure/integration-and-setup/#base_url

* Update index.d.ts

* add base_url property

add base_url property for interface Settings;
https://www.tiny.cloud/docs/configure/integration-and-setup/#base_url
2020-02-28 10:45:10 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
dd59ddf12c
feat(morgan): update morgan to v 1.9 (#42695)
This is minor update:
- version bump
- `TokenCallbackFn` return type redefinition to allow returning
`undefined`:
03765069ec
- deprecate `buffer` option:
dafb4cd068
- reformat code

Thanks!
2020-02-28 10:44:05 -08:00
TokugawaT_YD
9c03d2b277
Update types for gulp-imagemin (v7.0) (#42698)
* clear to tests

* Clear to tests
2020-02-28 10:43:35 -08:00
Felipe Castillo
7e96c6dbdb
[teslajs] add type definitions (#42699) 2020-02-28 10:31:29 -08:00
TokugawaT_YD
19950d0f4e
New typings: japan-postal-code (#42700)
* clear to tests

* Clear to tests

* Failing tests fix

* fix failing tests

* fix failing tests

* fix failing tests
2020-02-28 10:24:50 -08:00
Yuri Drabik
6e00d264a9
Added types for "react-final-form-listeners" (#42577)
* Added types for react-final-form-listeners

* feedback fixes
2020-02-28 10:14:11 -08:00
Huan (李卓桓)
b20d3d2e1f
Create a new package: Matrix JS SDK (matrix-js-sdk) (#42673)
* init matrix-js-sdk

* make linter happy

* pass the tsc testing

* add create client

* make linter happy

* linting

* linting
2020-02-27 21:52:27 -08:00
mtgto
3ef5e0c92b
[codemirror] Add addon display/autorefresh (#42669)
* [codemirror] Add addon display/autorefresh

* [codemirror] Fix library name in comment

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/42669#discussion_r385291863
2020-02-27 15:44:39 -08:00
Anders Hejlsberg
31dea29baa
Update ramda to use ts-toolbelt 6.3.3 or later (#42694) 2020-02-27 15:01:58 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
805cbeed8d
feat(jquery-migrate): definitions for jquery-migrate plugin (#42689)
- definition file
- tests

https://github.com/jquery/jquery-migrate#migrate-plugin-api

Thanks!
2020-02-27 14:34:26 -08:00
Jack Bates
e6661cc7aa
Enable strictFunctionTypes (#42687) 2020-02-27 14:32:44 -08:00
Miklós András Danka
f52feeb51c
Add subscribeToTopic to react-native-push-notification (#42563) 2020-02-27 11:27:45 -08:00
Krzysztof Gutkowski
8e4b60f9f1
[ouibounce] add type definitions (#42680) 2020-02-27 11:27:13 -08:00
morgansierrasnyder
a0cec0388c
[cesium] CesiumJS Model and ModelGraphics types (#42670)
* Model type updates

* add logarithmicDepthBuffer

* ModelGraphics updates

* reviert Entity orientation change

* fix build errors

* CR comments
2020-02-27 11:21:56 -08:00
Jonathan Burke
aa875ada9c
[mongoose] propagate QueryHelpers through operations (#42477)
* mongoose: propagate QueryHelpers though operations

* chore: add test for helper
2020-02-27 11:21:41 -08:00
coyoteecd
8ab090f888
[serverless] Add awsProvider.request method (#42681)
* [serverless] Add awsProvider.request method

* [serverless] add some tests for request method
2020-02-27 11:21:11 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
c90dd10770
feat(express-session): correct unset option and bump to 1.17 (#42560)
- correct type of `unset` option as per documentation
- test update

Thanks!
2020-02-27 11:19:09 -08:00
Karol Maciaszek
faf459d7a6
postman-collection: fixed types to reflect current SDK (#42582)
* postman-collection: RequestDefinition fixes

* postman-collection: CollectionDefinition fixes

* postman-collection: Collection fix

* postman-collection: Added missing field to Cookie

* postman-collection: Improved RequestAuthDefinition

* postman-collection: Adjusted tests

* postman-collection: prettified

* postman-collection: version bump

* postman-collection: updated version to reflect current SDK

* postman-collection: fixed version
2020-02-27 11:18:36 -08:00
Eric Kuznetsov
bd51509622
[@types/recharts]: Added segment property to ReferenceLine com… (#42676)
* @types/recharts: Added segment property to ReferenceLine

* @types/recharts: SegmentItem Interface added, segment type changed to ReadonlyArray <SegmentItem>

* @types/recharts: segment type changed to Readonly<[SegmentItem, SegmentItem]>
2020-02-27 11:17:30 -08:00
Jack Bates
495b584f34
Enable strictNullChecks 3/3 (#42667) 2020-02-27 11:16:20 -08:00
Mark Lee
91c76accda
webpack: add electron-preload to valid config targets (#42671)
Added in 4.33.0 (https://github.com/webpack/webpack/releases/tag/v4.33.0).

See also:
* https://github.com/webpack/webpack/pull/9188
* https://v4.webpack.js.org/configuration/target/#target
2020-02-27 11:14:35 -08:00
Igor Morozov
eb7c8b9178
[amqp-connection-manager] Fix waitForConnect (#42677) 2020-02-27 11:12:06 -08:00
LBLZR_
0e5b0ca685
[react-onsenui] Added AlertDialogButton (#42663)
https://onsen.io/v2/api/react/AlertDialogButton.html
2020-02-27 11:11:51 -08:00
Keith Kirton
d440de8dfc
feat(gremlin): Add hasNext and [Symbol.asyncIterator] to `… (#42672)
* Declare `hasNext` on `Traversal`

* Define `AsyncIterableIterator` for `Traversal`

Enables `for-await-of` use for query result iteration.
2020-02-27 11:10:58 -08:00
Stuart Knightley
da41c3332b
[yeoman-environment] Correct type for registerStub (#42636)
The code takes a constructor of type `Generator`, rather than an instance:

36eb1a56a9/lib/environment.js (L343-L344)
2020-02-27 10:29:41 -08:00
Radosław Miernik
05f5f20b1a
Improved meteor/universe:i18n typings. (#42664)
* Improved meteor/universe:i18n typings.

* Added meteor/universe:i18n tests.

* Added meteor/universe:i18n author.

* Ran prettier on meteor/universe:i18n.

* Changed var to let in meteor/universe:i18n.
2020-02-27 10:29:17 -08:00
Artur Kenzhaev
2034c45ba9
feat(react): exclude number from keyof JSX.IntrinsicElements (#42282)
It's required to exclude `number` type from `keyof JSX.IntrinsicElements` because of the case when `JSX.IntrinsicElements` has some additional declarations with indexer type, for example

```
declare namespace JSX {
    interface IntrinsicElements extends JSX.IntrinsicElements {
        [name: string]: SomeJSXElementType;
    }
}
```
2020-02-27 10:22:22 -08:00
Nathan Shively-Sanders
e7e259f3fe
Make cache-manager tests strictNullChecks safe (#42686)
The new code in cache-manager wasn't strictNullChecks safe, which caused
problems because a community member enabled strictNullChecks in most
packages during the review period for that code.

This change just fixes the tests, although the optional methods on Store
are a bit suspicious. From skimming cache-manager's documentation, I
couldn't figure out if having the methods be optional was accurate.
2020-02-27 09:50:39 -08:00
Manuel Borrajo
e1f3734de2
Add @types for ntlm-client (#42081)
* Add @types/ntlm-client

* Remove namespace

* Replace import for reference types
2020-02-26 15:40:25 -08:00
jwigley
9583dfad4a
cache-manager: add store to Cache (#42554) 2020-02-26 15:37:33 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
7752c903f5
feat(xo): type definition for v0.26 (#42542)
* feat(xo): type definition for v0.26

- definition file
- tests

https://github.com/xojs/xo/#config

Thanks!

* Correct export details as per PR comment

/cc @sheetalkamat

* Add missing `getFormatter` function as per PR comment

- implementation
- tests

/cc @sheetalkamat
2020-02-26 15:36:40 -08:00