Commit Graph

67002 Commits

Author SHA1 Message Date
Mike Schultz
b1513472fb Add types for zingchart (#41348)
* Add types for zingchart

* Adds content header to zingchart

* Fixes typedef extends for lint

* Fixes version, import, and empty jsdoc comments

* Removes last empty jsdoc comment

* Allows values and series types to be arrays

* Fixes values type
2020-01-17 14:48:36 -05:00
Doug Brunner
51f2687641 Add serialport@8 updates (#41576)
Per https://github.com/serialport/node-serialport/blob/master/UPGRADE_GUIDE.md:
* Changed comName to path
* Removed callback to SerialPort.list() (was already absent from BaseBinding.list())
2020-01-17 14:36:47 -05:00
Piotr Błażejewicz (Peter Blazejewicz)
a20b572cf4 feat(chart.js): allow to access charts container (#41537)
This allows to access readonly container for charts from global
namespace required in some use-case scenarios.

Thanks!
2020-01-17 14:30:20 -05:00
dwieeb
d62fccf391 add superagent-proxy types (#41691) 2020-01-17 14:29:06 -05:00
Adrien Etienne
6d5145eb99 React phone number input (#41668)
* Add types for 'react-phone-number-input'

* Fix types
2020-01-17 14:27:08 -05:00
Elizabeth Craig
4c5d1072a9 Add types for lerna-alias (#41671) 2020-01-17 14:24:46 -05:00
Anton Drobot
71d5b5b1fc [configs-overload]: add configs-overload type defenition (#41682) 2020-01-17 14:23:35 -05:00
Floris de Bijl
314993b4c5 [sharp] update typings to 0.24 (#41683)
* [sharp] update typings to 0.24

* [sharp] make metadata properties optional
2020-01-17 13:53:36 -05:00
Phillip Johnsen
44f3a3f085 [mustache] v4.0.0 updates (#41643)
* [mustache] Add `TemplateCache` and .templateCache introduced in v4.0.0

These changes reflects the template cache customisation introduced in
mustache v4.0.0.

* [mustache] .to_html was removed in v4.0.0
2020-01-17 13:50:37 -05:00
Filip Stanis
3deff5e2c8 [mustache] Add all Writer methods (#41599)
* Add all Writer methods

* tokens is string[][]
2020-01-17 13:49:00 -05:00
TekuConcept
3c0b4af249 Added jquery-deferred types (#41680)
* Added typings for jquery-deferred

* Following contributor rules
2020-01-17 13:46:26 -05:00
kylemiller3
a53163f2ef Fixed typing error for lms (#41664) 2020-01-17 13:30:56 -05:00
Piotr Błażejewicz (Peter Blazejewicz)
565c96ae0c feat(react-modal): optional parametrized onAfterOpen (#41475)
This aligns definition of the `onAfterOpen` callback function with
changes introduced here:
reactjs/react-modal#741
that is optionally typed object containing references to the overlay and
content elements.

Thanks!
2020-01-17 13:27:27 -05:00
TypeScript Bot
cab0411944 Update CODEOWNERS (#41688) 2020-01-17 10:01:35 -08:00
jeff-chamberlain-vntana
652ef0b648 Adding emitClose option to fs.createWriteStream (#41590)
* Adding emitClose

Adding emitClose option to createWriteStream

* Adding emitClose option to fs.createWriteStream in v12
2020-01-17 13:00:36 -05:00
gstribling
2e4fe798dc throwError should be able to take string or Error (#41666)
https://jasmine.github.io/api/3.5/SpyStrategy.html
https://yaqs.corp.google.com/eng/q/5985225959145472?search_query_record_key=ahFzfmdvb2dsZS5jb206eWFxc3IeCxIRU2VhcmNoUXVlcnlSZWNvcmQYgIDI2cbi1goMogEDZW5n
2020-01-17 12:59:05 -05:00
HanaNavratilova
716e495c26 update use-resize-observer package (#41610) 2020-01-17 12:49:07 -05:00
Kwok Chi Leong
40e813b932 [conventional-changelog] Added and updated type definitions (#41639)
* [conventional-commits-parser] Added type definitions for conventional-commits-parser

* [git-raw-commits] Added type definitions for git-raw-commits

* [conventional-commits-parser] Updated conventionalCommitsParser.Commit

* [conventional-changelog-writer] Added type definitions for conventional-changelog-writer

* [conventional-changelog-writer] Updated conventionalChangelogWriter.Options.Sort

* [conventional-commits-parser] Removed spaces

* [conventional-changelog-writer] Fixed typing

* [conventional-changelog-writer] Updated generics

* [conventional-changelog-writer] Updated names of interfaces and types

* [conventional-commits-parser] Updated tests

* [conventional-changelog-core] Added type definitions

* [conventional-changelog-preset-loader] Added type definitions

* [conventional-recommended-bump] Added type definitions

* [conventional-changelog-core] Relocated `// $ExpectType`; altered the name of the namespace

* [conventional-changelog-preset-loader] Altered the name of the namespace

* [conventional-commits-parser] Altered the name of the namespace

* [conventional-recommended-bump] Altered the name of the namespace

* [conventional-changelog-core] Removed the extra `// $ExpectType`

* [conventional-changelog-core] Added `recommendedBumpOpts` to `conventionalChangelogCore.Options.Config.Object`

* [conventional-changelog-core] Updated some generics

* [conventional-changelog-preset-loader] Added `conventionalChangelogPresetLoader.Builder`

* [conventional-changelog-config-spec] Added type definitions

* [conventional-changelog-core] Rearranged `import`s

* [conventional-changelog] Added type definitions

* [standard-version] Added type definitions

* [conventional-changelog-config-spec] Added  `OTHER_FILES.txt`

* [conventional-changelog-config] Updated `OTHER_FILES.txt`

* [conventional-changelog-preset-loader] Removed default value for some type parameters
2020-01-17 12:46:38 -05:00
Nenad Vićentić
cae514c1f7 Since object-hash library can be used in browser, dependency to @types/node has been removed in favour of simple interface defined in the object-hash type-definition file. (#41488) 2020-01-17 12:05:18 -05:00
Derek Finlinson
8a5f2e2ea6 Fix ViewSelector methods (#41494) 2020-01-17 12:04:49 -05:00
Zhenglai Zhang
7100cea10b update nodegit repository.getReferences() (#41667)
since it has been migrated to use cpp method and the single type parameter is removed, more details:
adcc5c520a
https://github.com/nodegit/nodegit/blob/v0.26.0/lib/repository.js#L353
https://github.com/nodegit/nodegit/blob/v0.26.0/lib/repository.js#L1266
2020-01-17 11:58:21 -05:00
SergejMakschanow
4e74e3c2ef Fix typo in react-map-gl (#41673) 2020-01-17 11:57:36 -05:00
Drew Perttula
5b236be238 Fix types on N3Store.forSubjects (etc). Now they callback with the same type N3Store.getSubjects/etc returned. (#41670) 2020-01-17 11:57:12 -05:00
Nathan Shively-Sanders
40cdf3c059 Update rdf-transform-triple-to-quad tests (#41686)
The PR that adds rdf-transform-triple-to-quad conflicts with the
recent change to rdf-js, but both were merged about the same time, so CI
didn't catch the conflict.
2020-01-17 08:56:41 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
84518457f4 feat(auth0-js): buildAuthorizeUrl documented and version bump (#41663)
- documents public options for `buildAuthorizeUrl`:
https://auth0.github.io/auth0.js/authentication_index.js.html#line108
- bump version up
- drop TypeScript minimal version comment as not relevant for the types

Thanks!
2020-01-17 11:54:56 -05:00
Robby Helms
c04e503e08 [parse] Fix typo in Parse.Object.save attrs type (#41623)
* [parse] Fix typo in Parse.Object.save attrs type

* [parse] Fix typo in Parse.Object.set attrs type
2020-01-17 11:51:03 -05:00
hirochachacha
e6fb7b9391 types/aws-serverless-express: extend http.IncomingMessage (#41420) 2020-01-17 11:45:35 -05:00
Piotr Błażejewicz (Peter Blazejewicz)
699dd6b2e2 docs(readme): Add hint about prettier ignore (#41593)
This is an aftermath of problem discussed here:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/41567#discussion_r365882974

Thanks!
2020-01-17 11:43:24 -05:00
Jason Mong
1d62b8f95f Updating for jest-puppeteer 4.4 (#41604)
* 4.4 test

* linting
2020-01-17 11:42:19 -05:00
Richie Bendall
16ae5fd3c4 feat: Add typings for universalify (#41546)
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-01-17 11:40:06 -05:00
Alessandro Rabitti
3a13a0d024 [@types/react-recaptcha-v3] Add react-recaptcha-v3 definitions (#41585)
* Add react-recaptcha-v3 definitions

* Fix react-recaptcha-v3 type definition comment in index.d.ts

* Fix react-recaptcha-v3 type definition comment in index.d.ts

* Fix import ReCaptcha for tests
2020-01-17 11:38:46 -05:00
Kenneth Bigler
ee86da53a7 Update react-simple-maps geography type from object to any (#41624)
* Update react-simple-maps geography type from object to any

the object type is too restrictive, forcing people to use any in their code. The geography prop comes through as a very complex object, and using the object type prevents you from using it properly. If we want to allow any geography type (I am not sure if they vary by map, but I assume they would), we should type it as any, not as object.

That being said, I would happily contribute my type definition for geography if it is the same across all maps provided.

* update any to unknown

* unknown back to any for TypeScript 2 support
2020-01-17 11:36:32 -05:00
Daiki Ihara
c1dd121207 [@types/react-native] Adding useWindowDimensions hooks type (#41582)
* [@types/react-native] Add useWindowDimensions hooks type

* [@types/react-native] add test for useWindowDimensions

* bump @types/react-native version
2020-01-17 11:33:38 -05:00
Rob Richard
3435866e85 Update relay-runtime for relay v8 changes (#41659) 2020-01-16 18:20:34 -05:00
garyking
9fcdb0ccf4 Add types for dotenv-parse-variables (#41657)
* add dotenv-parse-variables

* minimum ts version
2020-01-16 16:28:23 -05:00
陆离
d73acda0b8 feat: add sixth params of SourceMapSource in webpack-sources (#41503) 2020-01-16 16:25:43 -05:00
Marko Klopets
b39ef14bdf @types/mapbox-gl: Allow null as filter argument (#41447)
* fix: allow null in mapbox-gl setfilter

* docs: add self to mapbox-gl definition author list
2020-01-16 15:33:59 -05:00
Nathan Robbert
17aa94437b nvd3: Add support for showMinMaxPoints() for sparkline and sparklinePlus. (#41492)
* Support showMinMaxPoints() on Sparkline and SparklinePlus.

* Add to test/sparkLine.ts to test the new typing for showMinMaxPoints().

* Add name to definitions by.
2020-01-16 15:29:20 -05:00
Davide Scalzo
c5fd5466d6 fixed types for mapbox/wellknown (#41424)
* fixed types for mapbox/wellknown

* added author, added null return type and test

* added null to $ExpectType return type

* fixed tests
2020-01-16 15:16:44 -05:00
Michael Mitchell
e760626f33 [bent] Add types for overriding headers in request call (#41327)
* [bent] Add types for overriding headers in request call

* [bent] fix my profile link
2020-01-16 15:12:06 -05:00
Mhammadreza Deljavan
72fa663add icon and onOpen types does not correct (#41439)
* icon and onOpen types does not correct

Icon props in react-leaflet-sidebarv2 check for string or object so icon type must be ReactElement.
onOpen handler must take an id to set selected state.

* Update index.d.ts
2020-01-16 15:09:43 -05:00
kylemiller3
2d96caaff6 Added types for osrs-json-api (#41656) 2020-01-16 15:03:37 -05:00
Vincent Biret
ea96ef5c06 SharePoint Types: removing myself as owner as I transitioned to a new role (#41655) 2020-01-16 15:00:25 -05:00
Tomasz Pluskiewicz
09e7976094 feat: typings for rdf-transform-triple-to-quad (#41594)
* feat: typings for rdf-transform-triple-to-quad

* revert: changes to rdf-js

also improve tests
2020-01-16 13:24:18 -05:00
Ben Allfree
7ecea94027 uuid-apikey type definitions (#41527)
* initial commit

* Testing

* headers

* header fixes
2020-01-16 13:20:45 -05:00
Bryan Huang
28897f7536 [@types/forge-apis] Update to 0.7.2 (#41581)
* Update to 0.7.2

* Add owner account
2020-01-16 10:09:53 -08:00
Cameron Hunter
c3aaad8abb Add default export 'devToolsEnhancer' to remote-redux-devtools (#41522) 2020-01-16 12:58:32 -05:00
Sam Raudabaugh
994f1ae52b [chartist] Add _node property (#41523) 2020-01-16 12:57:36 -05:00
Maxim Mazurok
e10f23a2c2 [gapi.client.tasks] Update Google Tasks API (#41530) 2020-01-16 12:56:19 -05:00
Tomasz Pluskiewicz
c537b15a91 feat: add @rdfjs/sink-map (#41649) 2020-01-16 12:50:56 -05:00