Commit Graph

63849 Commits

Author SHA1 Message Date
Drazke
032802f36e Fix stripe cancellation_reason mispelling (#37465) 2019-08-08 08:58:06 -07:00
Jeff Dye
45b320300e [@mapbox/mapbox-sdk] Use correct type for overlay (#37450)
* [@mapbox/mapbox-sdk] Use correct type for overlay

* Add tests to cover change
2019-08-08 08:57:19 -07:00
Richard Honor
3cf37ff470 [openid-client] Add revoke method (#37469) 2019-08-08 08:56:39 -07:00
Jonathan Palma
22f3913084 Update @types/debug/index.d.ts (#37334)
Added color property to @types/debug Debugger interface
2019-08-08 08:55:45 -07:00
Ian Sanders
00b85c2f5d [c3] Update all c3 types to meet latest documentation and source code (#37139)
* Add specific string values for RegionOptions.axis

* Add documentation for RegionOptions

* Add ChartInternal interface

* Add InternalConfig interface with unknowns

* Add additional methods to ChartInternal

* Add Classes interface

* Add AxisNames type as string union

* Update ChartAPI.axis methods with overloads

* Update ChartAPI categories() and category() JSDoc

* Show ChartAPI.destroy returns null, not void

* Add overloads and improve types for ChartAPI.data

* Add documentation for ChartAPI.flow parameters

* Update grid operations types and docs

* Make ChartAPI.legend callable

* Update ChartAPI.load and unload

* Update ChartAPI.regions documentation and signatures

* Format JSDoc inline code

* Improve show/hide/toggle documentation and options interface

* Remove duplicate DataPoint interface and add tooltip API

* Fix signature for x()

* Add max, min, and range to zoom api

* Add methods to internal from arc.js

* Add missing properties and methods to ChartInternal

* Remove internal interfaces

Per http://definitelytyped.org/guides/contributing.html these are not
supported by DefinitelyTyped

* Update zoom config options

* Add this bindings to zoom and main event callbacks

* Allow null transition duration

* Update documentation and types for data in config

* Update subchart options interface

* Add color.threshold object structure

* Update legend and colors options

* Add more specific individual axis interfaces

* Updae grid options and interfaces

* Update interfaces for individual chart type options.

* Update tooltip options interface

* Document title controls

* Reorder, and replace some 'any' with 'unknown' and 'void'

* Fix failing tests and stanford chart arrays

* Bump ts version and add name to header

* Roll back typescript version

* Update c3 name to match npm and remove patch ver

* Fix some linting errors

* Add an ArrayOrSingle type and make PrimitiveArray use Primitive

* Fix more linting errors

* Fix remaining lint errors

* Make function signatures more specific

Replace some function signatures with overloads that include generics

* Make compatible with TS 3.0
2019-08-08 08:36:10 -07:00
Andrew Koroluk
d4827db47f Fix typo in mongoose-deep-populate (#37336) 2019-08-08 08:35:45 -07:00
Tae Kim
217f9fc253 Create conductor-animate types (#37431)
Cleanup

Add TS version

Use interface over type

Remove unnecessary semicolons

Use TS version 2.8
2019-08-07 16:15:08 -07:00
c-py
9fa6c4b9cd [lscache] Update version to v.1.3.0 (#37255)
* Update typings to current lscache version v.1.3.0

* Enable dt-header npm-naming linting. Fix dt-header package version
2019-08-07 15:00:29 -07:00
Jason Harrison
537ab33583 Add types for bayes-classifier (#37337)
* Add types for bayes-classifier

* Address review

* Address review
2019-08-07 14:58:45 -07:00
Roger Clotet
86f1551d60 Add type definitions for react-inspector (#37421)
* Add type definitions for react-inspector

* Lower typescript requirement to 2.8
2019-08-07 14:57:41 -07:00
Horatiu Vlad
0d1d406b7e react-gateway: Allow functional components in GatewayDest 'component' prop. (#37445) 2019-08-07 14:34:15 -07:00
Leon Montealegre
65ed9ab16a Fixed intro.js module export (#37416)
* Fixed intro.js module export

* Added myself to authors list

* Small commit to force travis.ci to update

'Cause the error seems to be a network issue and I can't trigger a refresh :(
2019-08-07 14:32:48 -07:00
Nathan Hardy
d3d1295490 react-pdf: Update some types to use pdfjs-dist for better type safety (#37424) 2019-08-07 14:32:12 -07:00
Marks Polakovs
6d21655419 [snoowrap] not needed as of 1.19.0 (#37394) 2019-08-07 14:30:37 -07:00
Matt R. Wilson
e80b7187df [newrelic] Allow promise transaction handlers. (#37417)
https://docs.newrelic.com/docs/agents/nodejs-agent/supported-features/nodejs-custom-instrumentation#background-txn
2019-08-07 14:29:57 -07:00
Masafumi Koba
22ee8cfd92 [react-transition-group] Unify to standard module syntax (#37405)
Use `import` and `export` syntax instead of `namespace`.
`Transition.d.ts` has already used the standard syntax.
2019-08-07 14:29:17 -07:00
Wessel dR
d839278c69 Added verify & sign options valid for 8.5.1 (#37419)
Added options that are used for jsonwebtoken version 8.5.1, latest version aug-2019
2019-08-07 14:25:51 -07:00
Elizabeth Samuel
e7228714b0 [office-js] [office-js-preview] (Outlook) Link to error object (#37407)
* [Outlook] (diagnostics) Link to error object

* List applicable errors for token APIs

* Update spacing
2019-08-07 14:23:58 -07:00
Elizabeth Samuel
b6eb44512b [office-js] (Outlook) Remove preview API (#37420) 2019-08-07 14:23:30 -07:00
Elizabeth Samuel
4bdf407fb9 [office-js] [office-js-preview] (Outlook) Add note about Outlook value (#37441)
* [office-js] [office-js-preview] (Outlook) Add note about Outlook value

* Updates based on feedback
2019-08-07 14:23:10 -07:00
Hossein Saniei
e949e6fec6 fix(@types/mongodb): make _id optional for collection.insertX functions (#37402) 2019-08-07 14:19:46 -07:00
Mochamad Arifin
bbee6fcddf jasmine: Add definitionAdded static falsy, truthy, empty, notEmpty (#37428)
* Add definitionAdded static falsy, truthy, empty, notEmpty

* Fix semicolon

* Remove duplicate test
2019-08-07 14:17:32 -07:00
Kevin Lau
cbcae98e13 [node] Bugfix tty read write stream constructor (#37174)
* Fix constructor for tty.ReadStream

* Fix constructor for tty.WriteStream
2019-08-07 14:16:21 -07:00
Kyle Albert
e33970c0fd [@types/carbon-components-react] [NEW] New types package for carbon-components-react. (#37442)
* Init carbon-components-react.

* Fix tsconfig.

* Add missing file.

* Fix test + read only array.

* Fix test.
2019-08-07 13:59:35 -07:00
EdgarJeremy
ade88e13fd + [mapnik] additional method definitions on the class VectorTile (#37329)
* + [mapnik] adding methods of the class VectorTile as described in http://mapnik.org/documentation/node-mapnik/3.6/

* + fix multiple semicolon at definitions
2019-08-07 13:46:42 -07:00
PierreTchuente
64113b8f4c Adding the location property in the Multer File interface (#37324)
The url where to get the uploaded file, aws S3 for example
2019-08-07 13:45:55 -07:00
Jake
90eef93562 Add Valign attributes (#37436)
Fixes #37435 by adding the [valign](https://www.w3schools.com/tags/att_td_valign.asp) attribute to `@types/react`
2019-08-07 10:26:54 -07:00
Soner Köksal
23852fb95f [react-native-sortable-list] Fixed CS issues, added generic support and bump version (#36672) 2019-08-07 08:35:12 -07:00
Dmitry Demensky
5ac1719a24 Reformat with prettier (#37427) 2019-08-07 06:55:45 -07:00
Alex Jerabek
c15bcd2e68 Clarifying numberFormatLocal description (#37410) 2019-08-06 16:22:07 -07:00
Ryan Leonard
c58a884ed9 mailgun-js: Allow sending templates (#35871)
* Added 'template' support for sending messages with mailgun.

* Implemented suggested changes.

* Switched template variables to 'any' as otherwise they conflict with existing properties (like 'to' allowing 'string[]')

* Removed 'any'.
2019-08-06 16:14:45 -07:00
Long Ho
13f400451a deprecate react-intl types (#37388)
* deprecate react-intl types

* fix tsconfig

* change TS version
2019-08-06 16:12:57 -07:00
Michael Tamm
0c3b31c7b9 [pbf] Added class constants (#37307) 2019-08-06 16:11:12 -07:00
Mikhail Preyskurantov
1a26c7bdb4 added new devexpress-web major version 191.5 (#37412)
* added new major version 191.5

* recovered old tslint config
2019-08-06 16:10:42 -07:00
pera
0c00db0c15 Update index.d.ts (#37301)
Export interfaces
2019-08-06 16:07:53 -07:00
Pierre Krafft
6d243e4240 Update p5 to 0.9 (#37277)
Also use updated prettier rules to get correct formatting
2019-08-06 16:06:59 -07:00
wjhssfs
5b4ef1615b update/add types for threeDSecure create/prepareLookup (#37304) 2019-08-06 16:04:59 -07:00
Adam Barry
52621670b0 Fixes google__maps/GeocodingComponents (#37297) 2019-08-06 16:01:32 -07:00
Pierre-Antoine Mills
6c0cbf1e3c [ramda] Removed utility types in tools.d.ts to integrate with "ts-toolbelt" instead (#37409)
* Added package.ts for ts-toolbelt dependency

* change latest ts support to 3.5

* added import for ts-toolbelt

* integrated ts-toolbelt's version of Curry

* curried type for flip

* added missing wh space
2019-08-06 15:40:13 -07:00
Dmitry Demensky
328cfb31e9 Simplify .editorconfig & .prettierrc.json (#37400)
* Simplify .editorconfig & .prettierrc.json

* Update `"trailingComma"` to `"all"`. Remove md indent_size
2019-08-06 15:35:47 -07:00
Simon Schick
3f6627ea70 feat(node): v12.7 (#37217)
* feat(node): v12.7

* correct dns.lookup
add http.response.writableFinished
add tests
fix lint

* add events to http.ClientRequest
2019-08-06 15:34:23 -07:00
Eugeny Voronin
693374319f Better DropAnimation typings (#37197)
Change reference of Position to the local interface.
2019-08-06 15:14:14 -07:00
Rifa'i M. Hanif
0e7421f1c7 [ol] Add unified undefined parameter type (#37406) 2019-08-06 09:51:34 -07:00
nixxquality
c995b4068d Make randomColor return type smarter (#37403) 2019-08-06 09:41:42 -07:00
Evan Kesten
96703ce678 'meta' and 'crop' were required under certain conditions when they shouldn't have been (#37387) 2019-08-06 09:01:22 -07:00
Nathan Hardy
707083acb9 react-pdf: Add children to Document component Props (#37391) 2019-08-06 09:00:51 -07:00
Axel Chardevel
93013898d7 fix(pdfMake): add pageSize type (#37290) 2019-08-06 08:59:52 -07:00
Dmitry Demensky
3dbf74974e [googlemaps] Enable and fix simple rules (#37385)
* Enable and fix simple rules

* Restore MapPanes

* Remove floatShadow overlayImage overlayShadow tests
2019-08-06 08:59:20 -07:00
Christophe Hurpeau
3c878724a8 react-transition-group: fix import SwitchTransition (#37395) 2019-08-06 08:59:11 -07:00
Jeff Dye
55ca0559b8 [@mapbox/tile-cover]Add types for tile-cover (#37386)
* Add types for @mapbox/tile-cover

* test suggestions

* more javadoc fixes

* also include paths

* Use this import rather than ///
2019-08-06 08:56:49 -07:00