Commit Graph

67002 Commits

Author SHA1 Message Date
Wilco Waaijer
087ed675db Updated to match version 8.1 (#40296) 2019-11-11 12:26:40 -08:00
Ville Kentta
5e13b788be Fix ReferenceDot label property typing (#40291)
It should be optional: http://recharts.org/en-US/api/ReferenceDot#label
2019-11-11 12:15:27 -08:00
thislooksfun
341f20a9df [bluebird] Fix typings for .all() and .some() (#40287)
* [bluebird] Update tests

* Update types for .all() and .some()
2019-11-11 12:09:32 -08:00
Lane Goldberg
63d72fb1fa update index.d.ts: fix sft.get options param (#40305)
options should be `ssh2Stream.TransferOptions` not a boolean
2019-11-11 11:59:17 -08:00
Sergey Tunnik
5f258aaed0 ExecuteResponse is implements Response interface from Fetch API. (#40303) 2019-11-11 11:57:28 -08:00
Pascal Corpet
2b048e935c Allow setUserId to accept null in the client as well. (#40161) 2019-11-11 11:54:21 -08:00
Dmitrij Podabed
61895ffad8 add AccessorFunctionProps (#40280) 2019-11-11 11:50:38 -08:00
Florian Keller
dbccba2911 [bytes] Update to v3.1.0 (#40285) 2019-11-11 11:47:30 -08:00
Paul Gebheim
8c1bc9265b PouchDB: Add deterministic_revs option to LocalDatabaseConfiguration (#40226)
* Update pouchdb-core

Add `deterministic_revs` option to LocalDatabaseConfiguration.

Documentation here: https://pouchdb.com/api.html#create_database

* Update pouchdb-core

* Update index.d.ts

Property needs to be optional
2019-11-11 11:43:21 -08:00
Anirban Sengupta
3a131e39af Add hljs languages' types in react-syntax-highlighter (#40271) 2019-11-11 11:41:24 -08:00
AlCalzone
ca5a5ba677 [iobroker] add types for getObjectView[Async] (#40297) 2019-11-11 11:39:59 -08:00
Brian Torres-Gil
484ad440d4 [passport-oauth2-refresh] Updated types (#40288) 2019-11-11 11:33:14 -08:00
Florian Keller
19c417168f [swagger-ui-express] Update to version 4.1.2 (#40272) 2019-11-11 11:30:49 -08:00
Ted Morin
a038088b59 Howler: allow "off" to be called without arguments (#40274)
* howler: allow off without arguments

* howler: apply lint
2019-11-11 11:26:15 -08:00
Alex Jerabek
3cdebec32e [office-runtime] Adding code owners to office-runtime (#40139)
* Adding code owners

* Adding OfficeDev

* Fixing whitespace

* Removing whitespace
2019-11-11 10:55:14 -08:00
David Chesnut
42bf170d42 Added requirement set info (#40225)
* adding requirement set info

* whitespace fix

* fix whitespace

* fix whitespace

* fixed storage req set tags
2019-11-11 10:53:30 -08:00
A Jordan Simonds
76ca97f1ce [vuelidate] Fix #40256: change type from never to void (#40258) 2019-11-11 10:52:01 -08:00
Pat Lillis
aaed6775c2 Add types for nuclear-js package (#40221)
* Add types from nuclear-js

* Fix linting
2019-11-11 09:56:15 -08:00
Dief Bell
55eb6d3e07 Added type definitions for n-readlines (node-readlines) (#40186)
* Added types for socket.io-file package

* Added TypeScript Version comment

* Fixed formatting

* Fixed formatting errors

* Fixed formatting errors

* Added types for socket.io-file package

* Added TypeScript Version comment

* Fixed formatting

* Fixed formatting errors

* Fixed formatting errors

* Added typedefs for n-readlines (node-readlines)

* Added node to types in tsconfig, removed unnecessary declare

* Referenced node types in correct manner

* Changed export style

* Updated index.d.ts' description to match package

* Updated header of index.d.ts to match package
2019-11-11 09:40:40 -08:00
Alexander T
fb88a23ec0 react-swipeable: Provides its own types (#39529) 2019-11-11 09:37:05 -08:00
Vlad Kampov
01bc818649 convert-units: Provide types (#40214) 2019-11-11 09:34:04 -08:00
Boris Sergeev
af97534c40 styled-components: allow ThemeProvider to have multiple nodes as children (#40223)
* styled-components: allow ThemeProvider to have multiple nodes as children

https://github.com/styled-components/styled-components/issues/1325#issuecomment-519400201

* styled-components: bump version according to the changes made
2019-11-08 16:03:46 -08:00
Roeland
3a673ba28e libxmljs: fix get on element with namespaces (#40105) 2019-11-08 15:52:09 -08:00
Mark Weaver
349a9f8545 @fluent/sequence: new typings (#40251)
* added types for @fluent packages

* fixes for removed code

* prettier changes

* fix test failures

* fixes from code review + looking at packaged module

* prettier

* remove refs to unused files, fix bundle tests

* prettier

* fix typo

* fix dedent

* undo package.json change

* initial revision

* fix formatting
2019-11-08 15:51:34 -08:00
BRAMILLE Sébastien
cde5554d55 Add name property to the Strategy (#40100)
* Update index.d.ts

* Update passport-jwt-tests.ts
2019-11-08 15:51:02 -08:00
Spencer Rinehart
4694b0c78f Allow bank account id to be provided to tokens.create. (#40253)
tokens.create allows for [cloning payment methods][1] from one account
to another through stripe connect. When cloning a source, you do not
provide the full payment method information but just the string id for
the source in the appropriate key (card for credit cards and
bank_account for bank accounts).

This was done correctly for credit cards but was not done for bank
accounts. We are getting around this currently by using `as any` to
ignore the typescript errors and allow passing a string as the
bank_account.

I also fixed the comment that was copy/pasted from credit card options
and was incorrect when documenting bank account options.

[1]: https://stripe.com/docs/connect/cloning-saved-payment-methods
2019-11-08 15:05:02 -08:00
William Tio
044f103657 Rename function call to match source (#40173) 2019-11-08 15:04:06 -08:00
Láďa Durchánek
6dd9f959b5 Stripe: Update type for IProductCreationOptions (#40245)
* Update type for IProductCreationOptions

* Use minor version instead of patch
2019-11-08 15:03:07 -08:00
Mark Weaver
14e64aea04 fix formatPattern definition and add test (#40250) 2019-11-08 14:54:22 -08:00
Dariusz Syncerek
95b6e0e4f9 [Fix] Make timeOffset argument in generateAuthCode optional (#40246) 2019-11-08 14:53:58 -08:00
Marian Zange
2c10703d1a Add principalOrgId to APIGatewayEventRequestContext (#40241) 2019-11-08 14:53:32 -08:00
Jordan Stout
29b43a06a2 [mongodb] nested array/object support for PullOperator (#40056) 2019-11-08 14:49:20 -08:00
Francisco Giordano
a5d3d40734 node: Add forked child process pipe methods (#40198)
* node: Add unref() to forked child process pipe

* node: add missing Pipe methods

* node: (v10) add forked channel methods

* node: (v8) add forked channel methods

* node: remove null from ChildProcess.channel

* Revert "node: remove null from ChildProcess.channel"

This reverts commit bfd7e444466190acdf83462e563d9db93916c692.

* node: (v8, v10) allow channel to be null

* node: remove unnecessary non-null assertion
2019-11-08 14:45:12 -08:00
Ole André Vadla Ravnås
5c590ae993 Improve the frida-gum Objective-C bindings (#40228)
The areas dealing with user-defined classes/proxies/blocks hadn't been
exposed to much real-world testing, so they were pretty broken.

This is semver-wise considered breaking changes, but due to how broken
this was, any existing users must be relying on “cast to any”-style hacks
and won't be affected negatively by these changes.
2019-11-08 14:44:13 -08:00
tu4mo
ccc4697530 react-datepicker: Add test for renderDayContents second argument (#40232) 2019-11-08 14:43:47 -08:00
Saeed Tabrizi
f75eee686a Update index.d.ts (#40244)
- add ifnotexist to indexConfig
2019-11-08 14:43:09 -08:00
TypeScript Bot
5cca78309c Update CODEOWNERS (#40252) 2019-11-08 10:27:42 -08:00
BehindTheMath
119611b51c [lodash] Add stubFalse (#40230)
* [lodash] Add stubFalse

* Remove old tests
2019-11-08 08:29:31 -08:00
Nathan Shively-Sanders
6bdeb10970 react-native-dialog: Make container's modal props optional (#40227)
The tests use them in a way that indicates they are not required, so I
added Partial around reactNativeModal.ModalProps.

This probably resulted from a recent update to react-native-modal.
2019-11-08 08:27:23 -08:00
Láďa Durchánek
3fd9f73e83 Stripe: Update type for Product (#40215)
* Update type for Product

As per https://stripe.com/docs/api/service_products/create#create_service_product-type

* Version bump
2019-11-07 15:26:46 -08:00
Nathan Shively-Sanders
a4560c4eb2 Update readme for 2.0-2.7 deprecation (#40222)
* Update readme for 2.0-2.7 deprecation

* Add example of dist-tags with react

* shorten dist-tag table
2019-11-07 13:48:58 -08:00
Alexander T
c967251c42 cassandra-driver: Provides its own types (#39641)
* cassandra-driver: Provides its own types

* Fix cassanknex types to follow cassandra-driver types
2019-11-07 13:06:47 -08:00
Kerry Gougeon
1df8492715 [@types/react-datepicker] fix a definition for renderDayContents (#40217) 2019-11-07 13:06:17 -08:00
Nathaniel Myhre
dae697b006 [winrt-uwp] Add RemoteSystems API (#39978)
* Add Windows remoting APIs

* Add missing docs and replace template

* Mistyped event handler.
2019-11-07 13:05:36 -08:00
Hunter Perrin
dfe979112b Update types of @types/qs for v6.9.0 (#39404)
* Update types for qs@6.9.0

* Fix tests and types for qs.

* Add myself back in as an author.
2019-11-07 13:04:34 -08:00
Chayim Refael Friedman
c03cde14b5 Add support for chai-like (#40219)
* Add files

* Add declarations

* Add tests

* Fix plugin

* Change TypeScript version to match chai

* Add missing semicolon
2019-11-07 13:02:28 -08:00
Joseph
c74f860f8b [mongoose] Modified methods "lean" (#40212)
The type of the returned parameter is determined from Any to T
2019-11-07 11:37:59 -08:00
Alexander T
f3a2beb1fd highcharts: Provides its own types (#39599)
* highcharts: Provides its own types

* use @types/highcharts instead of highcharts
2019-11-07 11:37:21 -08:00
Alexander T
792e8dd0fe ink: Provides its own types (#39595)
* ink: Provides its own types

* use @types/ink instead of ink
2019-11-07 11:36:46 -08:00
Eitan Levi
b581c9f5d2 Fix the raw function in node-config. (#40086)
I submitted a patch previously that added the `raw` function but I
neglected to export the `RawConfig` class, which is what's actually
returned from that `raw` function. My apologies for not getting this
right the first time. Here is the implementation file that shows the
`RawConfig` class and its `resolve()` method: https://github.com/lorenwest/node-config/blob/master/raw.js
2019-11-07 11:24:42 -08:00