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
Jack Bates
f740de01a3
Enable strictNullChecks 2/3 ( #42650 )
2020-02-26 15:01:31 -08:00
Juan Manuel Incaurgarat
415d664281
Added method definition for new method in SDK ( #42476 )
...
* Added method definition for new method in SDK
The method can be found in the official documentation under "Removing a Discount": https://shopify.github.io/js-buy-sdk/
* Removed "WIP" from header
As requested here https://github.com/DefinitelyTyped/DefinitelyTyped/pull/42476#pullrequestreview-362867622 by @PranavSenthilnathan
* Enabled dt-header as requested in PR
* Corrected version number to comply
1.11.0 to 1.11
* Removed empty space to fix: ERROR: no-trailing-whitespace
2020-02-26 15:01:13 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
d328f3b1d0
feat(find-cache-dir): update to v3.2 ( #42550 )
...
- v2 for backward compatibility
- migrate return type from `null` to `undefined`
https://github.com/avajs/find-cache-dir#readme
Thanks!
2020-02-26 12:56:35 -08:00
Glen M
a9a04857c6
atom: improve support for v1.40 ( #42660 )
2020-02-26 12:55:55 -08:00
Elizabeth Samuel
1d809f95fe
[office-js] [office-js-preview] (Outlook) Mailbox.restUrl should incl... ( #42661 )
...
* [office-js] [office-js-preview] (Outlook) Mailbox.restUrl should include link to SharedProperties.targetRestUrl for shared folders scenario
* Update based on feedback
2020-02-26 12:55:30 -08:00
Rafa Mel
c33616ab8c
Add combinations definition ( #42655 )
2020-02-26 11:56:10 -08:00
Takuma HANATANI
3beef91dde
feat(vue-feather-icons): Add vue-feather-icons type definition ( #42644 )
2020-02-26 11:55:23 -08:00
Artur Nerkowski
d0f343ecd2
carbone-1.2 typings ( #42645 )
2020-02-26 11:52:53 -08:00
Martin McWhorter
ea796eec56
feat: add @commitlint/load ( #42616 )
...
* feat: add @commitlint/load
* fix: remove trailing comma in json
* fix: allow optional const enum
This const enum is not required for the definition to be useful.
2020-02-26 11:50:54 -08:00
Aaron Beall
2c629e1f09
Pendo.io - make visitor.id optional in initialize() ( #42653 )
...
* Added missing $filter overload
Added missing $filter overload that allows multiple strings to translate and returns an object
* Make visitor.id optional
* Update tests
* Doc typo
2020-02-26 11:37:31 -08:00
Elizabeth Samuel
efd0ce7e42
[office-js] [office-js-preview] Add documentation for Coercion… ( #42658 )
2020-02-26 11:36:52 -08:00
Julian Hundeloh
f6e3b3cdc6
[bull] fix: add missing low level methods ( #42647 )
...
* fix: add multi and toKey methods
* fix: return pipeline without promise
* test: add test
* style: fix lint
2020-02-26 11:36:37 -08:00
Dylan Smith
fc6d7fec6e
[newrelic] adds waitForIdle option to #shutdown ( #42643 )
...
* [newrelic] adds waitForIdle option to #shutdown
* add contributor note
2020-02-26 11:34:39 -08:00