Nathan Shively-Sanders
21c788a102
Fix node's assert module resolution in tests
...
Previously it incorrectly resolved to @types/assert, which is *almost*
the same, but a port that necessarily lags a bit, and is compatible
with the browser.
2020-01-28 11:55:23 -08:00
Steve Holgado
a5b1430bdb
[react-dnd-multi-backend] Fixed HTMLtoTouch types location to match package directory structure ( #41723 )
...
* Fixed HTMLtoTouch types location to match directory structure of 'react-dnd-multi-backend'
* Added tests for CommonJS types file in 'react-dnd-multi-backend'
* Removed dependency from package.json
2020-01-28 11:54:07 -08:00
Julian Hundeloh
309414e1d8
fix: add missing isActionSynced ( #41733 )
2020-01-28 11:51:16 -08:00
Richard Wang
e2324ab042
Add types for conditional ( #41851 )
...
* First draft
* Tweak spaces
* Add tests
* Expect void not undefined
* Expand callbacks, they can't be wrapped
* Fix test Compile error in typescript@3.6 but not in typescript@3.7
* Fix strict-export-declare-modifiers
* Try and retrigger build checks
2020-01-28 11:50:54 -08:00
Sebastian Krüger
8b47c5ddd1
create types for docx-templates ( #41901 )
...
* create types for docx-templates
* Fix async await bug
* linting, fixing
2020-01-28 11:46:25 -08:00
Mathias Vestergaard
e7714a439e
Revert "yup: required is not nullable ( #41789 )" ( #41890 )
...
This reverts commit 0a32b87d14 .
Co-authored-by: ekfn <yarkiev.bulat@yandex.ru>
2020-01-28 11:35:55 -08:00
Colin Ulin
f18eee4a31
fix(stripe): add off_session and default_payment_method to ISubscriptionCustCreationOptions ( #41911 )
2020-01-28 11:31:59 -08:00
JayAndCatchFire
4a6881a986
Add missing field to types/node ReadLineOptions interface ( #41849 )
...
* Add `escapeCodeTimeout` to node v10
* Add `escapeCodeTimeout` to node v11
* Add `escapeCodeTimeout` to node v12
* Add `escapeCodeTimeout` to node latest
2020-01-28 11:31:35 -08:00
Teodor
0a815f458b
Mongoose: Add database name, host and port to ConnectionBase ( #41833 )
...
* Add database name, host and port to ConnectionBase
* Add tests to vaildate parameter types
2020-01-28 11:26:32 -08:00
leedavidcs
c46a8034a6
mongoose: Add isValidObjectId from 5.7.12 ( #41865 )
...
* mongoose: Add `isValidObjectId` from 5.7.12
* Update version in header (line 1) from 5.5.10 to 5.7.12
2020-01-28 11:25:00 -08:00
Philippe Schommers
94c12676f4
Add numbered keys to dlv ( #41907 )
2020-01-28 11:24:28 -08:00
하도영
de18e9f6ee
add missing func def ( #41904 )
2020-01-28 11:22:08 -08:00
Raschid J.F. Rafeally
d9c56b4f18
fix(parse/Schema): update options in functions ( #41728 )
...
* fix(parse/Schema): update options in functions
* feat(parse/Schema): make FieldOptions generic
* fix(parse/schema): fixed lint error
* lint(parse): fixed lint issues
* fix(parse/schema): build error "unnecessary qualifiers"
2020-01-28 11:13:29 -08:00
Ben Lichtman
91f680205a
Revert "[assert] Add support for TypeScript's Assertion Functions" ( #41916 )
...
* Revert "[assert] Add support for TypeScript's Assertion Functions (#41616 )"
This reverts commit 1eb97992fe .
* Update oracledb tests
2020-01-28 11:09:29 -08:00
Alex Kessock
9785fa3b5a
Add options from cypress and jest-image-snapshot to cypress-image-snapshot ( #41897 )
...
* Add options from cypress and jest-image-snapshot to cypress-image-snapshot
* Use jest-image-snapshot from DefinitelyTyped
* Don't use relative paths to DefinitelyTyped modules
* Use TypeScript Version: 3.0 to match jest-image-snapshot
* inline jest-image-snapshot
* Don't use include
* Add dom to tsconfig
* Don't export MatchImageSnapshotOptions
2020-01-28 09:57:03 -08:00
Adrien Etienne
31011673ab
Update React phone number input ( #41898 )
...
* Extends Input props
* Add author
* Fix typescript issue
2020-01-28 09:53:49 -08:00
sankaku-deltalab
3c6058dac4
Add box-intersect definition ( #41840 )
...
* Add box-intersect declaration
* Fix box-intersect declaration
2020-01-28 09:09:37 -08:00
Mihail Parvanov
990a5ed995
Kendo ui 2020.1.114 ( #41614 )
...
* Update Kendo ui version to 2020.1.114
* fix(typescript): Add fixes from contributors
* chore(ts): FileMananager - FileEntry - fix typo
Co-authored-by: Ianko Djemerenov <Iankodj@gmail.com>
2020-01-28 09:08:13 -08:00
Marshall Bowers
12d79f8f28
Remove myself from styled-system maintainers ( #41912 )
2020-01-28 16:46:31 +01:00
Shinpei
7429e9f2f0
[react-native] Delete: PickerItem class ( #41502 )
...
* Delete: PickerItem class
when we using Picker and Picker.Item, the type 'PickerItem' can imported our project. so I removed that and Fix Picker.Item type to React.Component<PickerItemProps>
* non-export PickerItem class
* rollback
2020-01-28 14:19:02 +01:00
Ben Wildeman
a3bfa7d64d
[react-native] Added missing importantForAutofill for TextInput ( #35344 )
...
* [react-native] Added missing importantForAutofill for TextInput
* correctly describe yesExcludeDescendants
Co-authored-by: Eloy Durán <eloy.de.enige@gmail.com>
2020-01-28 14:06:41 +01:00
Offir Golan
6d993e42ec
[@pollyjs] Add missing adapter and persister packages ( #41894 )
...
* [@pollyjs] Add missing adapter and persister packages
* Address PR feedback
2020-01-27 22:28:58 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
92434b8642
feat(async): retry method definition update. Closes #41767 ( #41792 )
...
- support for optional parameters
- support for differnet return depending on invocation params
Thanks!
2020-01-27 16:00:33 -08:00
Nathan Shively-Sanders
f253912150
Update EventEmitter references again ( #41900 )
...
EventEmitter changed again in
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/41353 . This PR
fixes the packages that were missed in that PR.
2020-01-27 15:23:18 -08:00
Ben Allfree
77031fb98c
vcards-js typings ( #41850 )
...
* vcards-js typings
* Organization, anniversary, and version number
2020-01-27 14:28:29 -08:00
Chiciuc Nicușor
0bd58a087d
In set fields, take into consideration optional array types. ( #41879 )
2020-01-27 14:22:08 -08:00
gargroh
43bac310bc
setColumnOrder accepting column id array ( #41875 )
...
setColumnOrder can accept column id array also
2020-01-27 14:20:47 -08:00
gargroh
c958f6fbbf
[react-table] v7 getToggleHiddenProps type correction ( #41876 )
...
* getToggleHiddenProps type correction
* Adding placeholderOf key in column instance
* update clear sort by function name
Actual method is clearSortBy, seems some typo in react table docs - https://github.com/tannerlinsley/react-table/pull/1866
2020-01-27 14:20:17 -08:00
Tomasz Pluskiewicz
f14e4fa9f8
fix:(rdf-js) relax input params of dataset and dataset factory ( #41678 )
...
* fix(rdf-js): dataset type argument should behave covariantly
* fix(rdf-js): add return type to dataset factory generic arguments
* chore: update types of rdf-dataset-indexed
* revert: unrelated change for another PR
* revert: keep DatasetFactory#dataset consistent with spec
* refactor: make dataset indexed generic
* refactor: introduce second parameter on dataset and dataset factory
* fix(rdf-ext): incorrect import from events
* fix(rdf-transform-triple-to-quad): incorrect import from events
* revert(rdf-dataset-indexed): revert unrelated changes
2020-01-27 14:19:41 -08:00
Valentin Kirilov
2d3881c4bf
Bump redux dependency version ( #41787 )
...
* Bumb redux dependency version
* Update the definitians package information
2020-01-27 14:15:56 -08:00
microcai
2a97ad4ba8
follow secp256k1@4.0.0 api change ( #41642 )
2020-01-27 14:15:03 -08:00
Bill Cauchois
74f2abd00a
Add promise-returning overloads for each* functions ( #41765 )
2020-01-27 14:14:12 -08:00
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