Commit Graph

70022 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
f5eab352de
Update update-codeowners.js: switch to @definitelytyped (#45805)
* Update update-codeowners.js: switch to @definitelytyped

I forgot to update this when the rest of DT switch from types-publisher
to @definitelytyped.

* move new deps to devDeps

* remove extraneous comma

* Restrict workflow to DefinitelyTyped/DefinitelyTyped
2020-07-07 13:50:09 -07:00
ExE Boss
5fb4e509f0
fix(es‑abstract/helpers): Fix ES namespace argument type (#45326) 2020-07-07 13:23:25 -07:00
Jason Kwok
73872b70ac
[mem-fs-editor] Improved definition (#45508)
* [mem-fs-editor] Improved definition

* [mem-fs-editor] Improved tests

* [mem-fs-editor] Updated version number

Co-authored-by: Jason Kwok <JasonHK@users.noreply.github.com>
2020-07-07 12:21:04 -07:00
qxg
da25db9a7b
Removed intersectionWith (#45349) 2020-07-07 12:17:38 -07:00
Brady O'Connell
5a1cd665cd
Add placeholder types for includes function (#45370)
All of the placeholder typings could probably be added en masse, but I noticed these were missing in particular
2020-07-07 12:16:11 -07:00
Enix
ec1b93cf0b
Update react-grid-layout onDrop arguments (#45427) 2020-07-07 12:15:30 -07:00
Griffin Yourick
77cae57845
Update source-map-support UrlAndMap interface (#45456) 2020-07-07 12:15:11 -07:00
gentoo90
e115117b0f
[react-bootstrap-table-next] Allow to pass JSX.Element as *PageText option (#45916) 2020-07-07 12:11:36 -07:00
kenelm007
84e08dbd90
Add type definitions for nanoid-dictionary (#45918)
* Add type definitions for nanoid-dictionary

* Support use specific dictionary only

As per comment of peterblazejewicz https://github.com/DefinitelyTyped/DefinitelyTyped/pull/45918

* Import types from files to avoid duplicate definitions
2020-07-07 12:11:17 -07:00
Jeroen Claassens
f09343c25f
refactor(mui-datatables): updated for v3.1.x (#45306)
* refactor(mui-datatables): updated for v3.1.x

* fix stuff
2020-07-07 12:10:01 -07:00
Sam Herrmann
3252bb429b
[geodesy] Fix decimal point type (#45747)
Before this commit, the Dp type (decimal point) was limiting values to 0,
2, and 4. These values are actually default values only, but geodesy
supports any number of decimal points.

See https://github.com/chrisveness/geodesy/issues/83
2020-07-07 12:08:03 -07:00
Ariel Weingarten
373578f2d8
Correct type of SymbolLayout 'text-max-width' (#45708)
- Add StyleFunction to the existing type union
2020-07-07 12:07:04 -07:00
Maximilian Münchow
7d42b549c6
Added doc strings and removed internal/duplicated entries (#45705)
* updated type signatures for client

* breaking up long lines

* added a test for httpResponse

* added missing semicolon

Co-authored-by: Maximilian Münchow <maximilian.muenchow@4players.de>
2020-07-07 12:06:25 -07:00
Deepak Kumar
8a1bfb1ec0
🤖 Merge PR #45885 d3-selection - key function in .data may return number as well by @kum-deepak
* Test cases to demonstrate `key` function in `.data` calls returning non `string` causes failure.

* Update definitions to allow `key` function in `.data` calls to return `number` apart from `string`.
2020-07-07 11:50:02 -07:00
Matthew Farley
d5800a35b0
Add an overload function declaration for R.pair (#45477)
A compiler error is encountered if only the first argument is supplied. This is not correct, since R.pair is curried.
2020-07-07 11:32:29 -07:00
Kyle Tsang
3b2503801a
[reactstrap]: Update types to 8.5 (#45691) 2020-07-07 11:27:55 -07:00
Ovidiu Pruteanu
7dc8fd8266
[lgtv2] Make payload optional for SpecializedSocket.send (#45251)
* [lgtv2] Make payload optional for SpecializedSocket.send

* Adjust test for pointer socket

Co-authored-by: Ovidiu Pruteanu <ovidiu@wmtek.com>
2020-07-07 11:25:47 -07:00
martin-badin
c4d306c658
[glider-js] Update static types (#45703)
* [glider] Update static types

* [glider-js] Update static types

Co-authored-by: Martin Badin <MBadin@gohealth.com>
2020-07-07 11:22:57 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
9b0c1891eb
update(worker-plugin): v4 update (#45674)
- `sharedWorker` option
- `worker` option
- `preserveTypeModule` option
- `workerType` option
- v4 bump without v3 creation as the api is being amended without
breaking existing usage I believe

https://github.com/GoogleChromeLabs/worker-plugin/compare/3.2.0...4.0.3

Thanks!
2020-07-07 11:19:16 -07:00
Arnaldo Badin
24e97c836d
added sendAnimation type and added sendContact options (#45303)
* added sendAnimation type

added sendAnimation type, you won't be able to use the function sendAnimation (it works) without the typing in TS

* added vcard option to sendContactOptions

better format for importing/exporting contacts

* add sendAnimation & sendContact(only vcard) tests

add sendAnimation func and sendContact(vcard option) tests

* remove trailing white spaces

remove trailing white spaces
2020-07-07 11:13:33 -07:00
Anton Shwarts
50dfda6e62
[types/sdp-transform] Add a missing field from 'origin' (#45299)
Co-authored-by: Anton Shwarts <kalter757@yandex.ru>
2020-07-07 11:12:19 -07:00
Dmitry Minkovsky
3e3dab7493
@types/weighted: exported default and corrected definitions (#45633)
This commit:

- Fixes one of the overloads of `select`, which is not generic, but
  actually picks a JS object key and therefore always returns a string.

- Replaces `Number` with `number`:
  https://www.typescriptlang.org/docs/handbook/declaration-files/do-s-and-don-ts.html#general-types

- Defines the default export, which is exported by 'weighted':
  d152a4622f/lib/weighted.js (L97)
2020-07-07 11:08:52 -07:00
Andy Katz
a956dfd56d
[draft-js] Allow a merged SelectionState to be passed to forceSelection (#45522)
* add override for merge on SelectionState

* prettier fix

* remove accidentally committed file
2020-07-07 11:08:04 -07:00
Conor Cussell
f1b6c1b820
Update types/react-native-auth0 to reflect new API (#45546)
* Add AuthorizeOptions to WebAuth.authorize arguments

* Update tests

* Update package header

* Remove patch version from header
2020-07-07 11:01:56 -07:00
Gustavo da Silva
0b6bebe4e5
[@types/mailgun-js] Fix mailgun-js type to add multiple data to mailing list (#45888)
* fix: Fix mailgun-js type to add multiple data to mailing list

* fix: Fixes array type
2020-07-07 10:58:29 -07:00
William Bonawentura
8d8dde6e9b
Optional user in GetPooledConnectionOptions (#45275)
User is optional when you get connection by tag
2020-07-07 10:57:39 -07:00
Maria Petrișor
2485c414a1
[chrome] Add chrome.enterprise.networkingAttributes and update chrome.platformKeys (#45683)
* Update chrome.enterprise.networkingAttributes and chrome.platformKeys

* Add since Chrome 85 comment

Co-authored-by: pokutuna <popopopopokutuna@gmail.com>

* Add API works only on Chrome OS comment

Co-authored-by: pokutuna <popopopopokutuna@gmail.com>

Co-authored-by: pokutuna <popopopopokutuna@gmail.com>
2020-07-07 10:52:14 -07:00
Brekk
d676227b87
Update index.d.ts (#45925)
Removing myself from contributors -- super noisy.
2020-07-07 10:46:13 -07:00
Greg Hill
50a53ad606
add types for @ledgerhq/hw-app-btc (#45928)
Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
2020-07-07 10:41:51 -07:00
Avi Vahl
39d287cc10
webpack: add missing MultiStats methods (#45929)
ref: https://github.com/webpack/webpack/blob/v4.43.0/lib/MultiStats.js
2020-07-07 10:33:26 -07:00
Florian Keller
120445b449
[sort-json] Add sort-json (#45932) 2020-07-07 10:26:07 -07:00
ExE Boss
d36efb6a51
refactor(node): Move Process definition to process.d.ts (#45849) 2020-07-07 10:09:56 -07:00
Deepak Kumar
4b4a22db04
🤖 Merge PR #45869 d3-dispatch - parameter that need not be an EventTarget by @kum-deepak
* Add example from https://github.com/d3/d3-dispatch as a test case - this uses a very simple object as `that` which is not an `EventTarget`.

* Relax template parameter - it need not be an `EventTarget`.

* Relax template parameter to be any object - it need not be an `EventTarget`.
2020-07-06 23:24:37 -07:00
Ben Schattinger
1d8c0f9575
🤖 Merge PR #45749 [roslib] Add URDF classes by @lights0123
* Format to latest style guide

* [roslib] Add URDF classes

* Bump version

and make typescript-bot rerun performance tests
2020-07-06 18:01:59 -07:00
Fabien Gues
60673c1467
google-libphonenumer - Update PhoneNumberUtil (#45908)
2b227b6df7/javascript/i18n/phonenumbers/phonenumberutil.js (L1196)

Add missing function getLengthOfGeographicalAreaCode in the PhoneNumberUtil class.
2020-07-06 17:30:21 -07:00
Kieran Graham
469a070226
Fixes stream-json types with esModuleInterop: true (#45911) 2020-07-06 17:30:04 -07:00
Jamie Magee
00a41eaabc
Add types for get-installed-path (#45795)
* Add types for get-installed-path

* Update types/get-installed-path/index.d.ts

Co-authored-by: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Typescript 3.4 required for readonly properties

Co-authored-by: Dmitry Demensky <10235949+demensky@users.noreply.github.com>
2020-07-06 17:26:06 -07:00
Florian Keller
2568bf655d
[open-graph-scraper] Add open-graph-scraper (#45913) 2020-07-06 17:24:43 -07:00
Manuel Thalmann
53358c50c3
Add type definitions for the readme-filename package (#45915) 2020-07-06 17:21:10 -07:00
Patrick Gingras
f7d195900f
added types for mudderjs (#45917) 2020-07-06 17:14:37 -07:00
Trevor
c9c36ca4a9
Update index.d.ts (#45919) 2020-07-06 17:08:29 -07:00
Sugendran Ganess
7606a9db29
Key for RawDraftEntityRange should be a string (#45591)
According to the documentation the key matches the key in the entityMap which is a string.
2020-07-06 16:54:52 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
3fd4848adc
feat(glob): export glob api alias (#45195)
This is beign reported by Danger CI tests now as missing export surface
for the module. No existing api was changed.
Reference:
https://git.io/Jf6lU

Thanks!
2020-07-06 16:47:24 -07:00
Kyle Sferrazza
cded52eba5
redux-form: add splice method to FieldArrayFieldsProps (#45548)
* redux-form: add splice method to FieldArrayFieldsProps

* redux-form: use FieldValue instead of any for splice value
2020-07-06 16:37:44 -07:00
Aldo Fiore
3d8da10375
Changed the parameter of the tvp factory to be omitted (#45666)
Co-authored-by: Aldo Fiore <aldo.fiore@lovehoney.co.uk>
2020-07-06 16:37:20 -07:00
tomer-openfin
cc5c7e6849
Openfin v51 + fin.me endpoint (#45670)
* [SERVICE-875] First pass at FDC3 types

* [SERVICE-875] Linting fixes

* [N/A] Linting fixes

* [N/A] Tests

* [N/A] Moving files

* init

* removing changes to v1 that werent actually there

* exports and minor fixes

* deleting fdc3 lib

* bot request

Co-authored-by: bryangaleOF <bryan@openfin.co>
2020-07-06 16:35:48 -07:00
Tiago Moraes
3c09e93338
React tabs ref (#45694)
* [react-tabs] format with prettier

* [react-tabs] fix ref usage with React.createRef<Tabs>()

* [react-tabs] remove semicolons added by prettier
2020-07-06 16:33:45 -07:00
Evan Brodie
a3ec947fea
Bumps version to 3.1; Allows any Link props (#45716) 2020-07-06 16:31:32 -07:00
brykmoore
2e1036a9e8
Add definitions for time format (#45729)
Co-authored-by: Bryan Moore <bryan.moore@usablelife.com>
2020-07-06 16:30:59 -07:00
Mike Deverell
3e2903c5c7
[ramda] split tests to separate modules: 'remove' - 'take' (#45736)
* move 'remove' tests to separate file

* move 'repeat' tests to separate file

* move 'replace' tests to separate file

* move 'reverse' tests to separate file

* move 'scan' tests to separate file

* move 'set' tests to separate file

* move 'slice' tests to separate file

* move 'sort' tests to separate file

* move 'sortBy' tests to separate file

* move 'sortWith' tests to separate file

* move 'splitAt' tests to separate file

* move 'splitEvery' tests to separate file

* move 'splitWhen' tests to separate file

* move 'startsWith' tests to separate file

* move 'subtract' tests to separate file

* move 'sum' tests to separate file

* move 'symmetricDifference' tests to separate file

* move 'symmetricDifferenceWith' tests to separate file

* move 'tail' tests to separate file

* move 'take' tests to separate file
2020-07-06 16:30:42 -07:00