Commit Graph

48294 Commits

Author SHA1 Message Date
Ron Buckton
06ea0bf5ce Merge pull request #27945 from sebastiankr/patch-1
BFS returns void if search not successful but should continue
2018-08-08 13:27:48 -07:00
Ron Buckton
2e01482f92 Merge pull request #27927 from dobesv/patch-5
Fix typings for zipcodes
2018-08-08 13:27:36 -07:00
Ron Buckton
49ba390274 Merge pull request #27822 from amacleay/storybook-knobs-allow-readonly
Allow readonly parameters to @storybook/addon-knobs
2018-08-08 13:26:11 -07:00
Ron Buckton
07df43d254 Merge pull request #27936 from taboulot/patch-4
[auth0-js] Add prompt value in AuthorizeOptions
2018-08-08 13:25:33 -07:00
Ron Buckton
e8b70bba80 Merge pull request #27911 from the-ress/fork-ts-checker-webpack-plugin
fork-ts-checker-webpack-plugin: Don't limit Options.logger to the Console type
2018-08-08 13:25:23 -07:00
Ron Buckton
fb3d2f6bdb Merge pull request #27906 from DefinitelyTyped/typescript_dependency
fork-ts-checker-webpack-plugin: Fix no-outside-dependencies lint failure
2018-08-08 13:24:18 -07:00
Ron Buckton
ecc3cf448c Merge pull request #27955 from petrusolofsson/master
Added timeCaption?: string; prop
2018-08-08 13:23:45 -07:00
Ron Buckton
bbcca9fae7 Merge pull request #27940 from bushee/master
added missing context param in angular-gettext's gettext.getPlural()
2018-08-08 13:23:22 -07:00
Ron Buckton
9d40a6e2c6 Merge pull request #27963 from archangel-irk/master
web3: added static utils property to the Web3 class
2018-08-08 13:22:31 -07:00
Ron Buckton
ae971c437e Merge pull request #27972 from jakebooyah/master
[@types/react-navigation] Added missing `NavigationReplaceAction` type variant to `NavigationStackAction`
2018-08-08 13:21:33 -07:00
Jake
69e3a50789 [@types/react-navigation] Added missing NavigationReplaceAction type variant to NavigationStackAction 2018-08-09 00:43:24 +08:00
Konstantin Melnikov
5ec01c736b web3: added static utils property to the Web3 class 2018-08-08 13:04:58 +03:00
Petrus Olofsson
0139f258c2 Added timeCaption?: string; prop 2018-08-08 07:53:27 +02:00
Ron Buckton
2025fc00e6 Merge pull request #27818 from scotttrinh/union-with-query-builder
[knex] Allow QueryBuilder in union parameters
2018-08-07 13:51:59 -07:00
Andy
73227df0fd Jquery: change disables in tslint.json to disables in specific files (#27919) 2018-08-07 12:11:07 -07:00
Andy
0ca6d87b78 d3-selection: Fix tests (#27768) 2018-08-07 10:53:43 -07:00
Sebastian Kropp
c7e213857e BFS returns void if search not successful
return true if search has found the node
return false if search is aborted before finding anything
returns void/undefined if search should continue
therefore return type is a union type of `=> boolean | void`
2018-08-07 12:25:48 -04:00
Dobes Vandermeer
61173dfe08 Fix typings for zipcodes
The typings didn't match the library.

* `lookup` takes a `string` (or a `number` if you so choose): https://github.com/davglass/zipcodes/blob/master/lib/index.js#L13
* `distance` takes two `string`s, not `ZipCode` objects: https://github.com/davglass/zipcodes/blob/master/lib/index.js#L56
* similarly, `radius` takes a string rather than a `ZipCode` object, and always returns an array (of `string`s or `ZipCode` objects): https://github.com/davglass/zipcodes/blob/master/lib/index.js#L80
* Many return values are optional, with `null` or `undefined` returned for an invalid input.
2018-08-07 09:23:03 -07:00
Andy
1151563af9 Change all document.body! to document.body (#27920) 2018-08-07 08:27:21 -07:00
Krzysztof "Bushee" Nowaczyk
2ddb0343a2 added missing context param in angular-gettext's gettext.getPlural() 2018-08-07 16:02:22 +02:00
Clément
63788e8495 Update test 2018-08-07 14:58:02 +02:00
Clément
bceea928ac [auth0-js] Add prompt value in AuthorizeOptions 2018-08-07 14:56:25 +02:00
Andy
480f7557d2 webappsec-credential-management: Fix lib.dom error (#27797) 2018-08-06 17:38:22 -07:00
Andy
a2bd223042 velocity-animate: Support HTMLCollection in addition to NodeListOf<HTMLElement> (#27794) 2018-08-06 17:36:51 -07:00
Andy Hanson
2f341e0c79 klaw/v1: Minor cleanup 2018-08-06 17:27:14 -07:00
Ron Buckton
526dd2e576 Merge pull request #27688 from lenovouser/mapbox-marker-fix
[mapbox] marker is evented and has the draggable option
2018-08-06 15:23:38 -07:00
Ron Buckton
d1235dddad Merge pull request #27913 from 43081j/quill-signature
quill: fix signature for clipboard api
2018-08-06 14:56:05 -07:00
43081j
11413d1988 quill: fix signature for clipboard api 2018-08-06 20:18:40 +01:00
Thomas den Hollander
10bc3fc48a Move from namespace to static attributes (#27900) 2018-08-06 12:11:11 -07:00
Ange Picard
378202e216 [Create] definitions for markdown-pdf (#27897)
* Add typings for markdown-pdf

* Fix test

* Change import style to require.
2018-08-06 12:09:43 -07:00
Wu Haotian
afa361b2b7 react-i18next: allow React.ReactNode as I18nextProvider's children and I18n's render function return value (#27895) 2018-08-06 12:08:15 -07:00
Masafumi Koba
a0eb795fa9 [react-transition-group] Restrict Transition child function's argument type (#27894)
> A `function` child can be used instead of a React element.
> This function is called with the current transition status
> ('entering', 'entered', 'exiting', 'exited', 'unmounted'), which can be used
> to apply context specific props to a component.

b8da4f2f23/src/Transition.js (L379)

See also #27693
2018-08-06 12:07:43 -07:00
Auston Zahrt
320cebc6f3 Add types for capture-console (#27891)
Adds type definitions for the NPM package "capture-console" v1.0.1
2018-08-06 12:07:01 -07:00
Simon Schick
347bdf75c3 feat(stripe): add failure_reason for refunds (#27884) 2018-08-06 12:05:57 -07:00
Brandon Hall
ef1f0f87e8 [react-virtualized] Fix WindowScrollerChildProps (#27880) 2018-08-06 12:05:06 -07:00
Max Rumpf
a04576e800 [@types/dnssd] More fixes according the original source (#27877)
* Another set of fixes

* Fix lint

* Fix support for object type
2018-08-06 12:02:58 -07:00
Lexie Hankins
563ac4735f Add types for extsprintf (#27875)
* Add types for extsprintf

* Fix extprintf.Stream callback type.
2018-08-06 12:02:40 -07:00
Jon Freedman
135d115688 [react-select] switch DOM Node for ReactNode as per other files (#27871)
* as elsewhere Node type should refer to ReactNode not a DOM node

* lint fix :(

* remove ReactNode -> Node alias and use ReactNode type throughout
2018-08-06 12:01:51 -07:00
Francis Gulotta
33698bbac3 ioredis: add some missing overloads and methods (#27870)
Added the following for base redis and pipeline methods 
- Corrected the `set()` method’s arguments and returns
- added the `setBuffer()` method
- added the `hsetBuffer()` method
- added the `hgetBuffer()` method
2018-08-06 12:00:56 -07:00
York Yao
3bf0d7c946 [@types/node] add missing optional padding and saltLength (#27866) 2018-08-06 11:59:01 -07:00
remin
059cf948f8 @types/react-resize-detector: Update to v3.1.0 (#27860)
* update react-resize-detector to allow undefined onResize

* update react-resize-detector

* update test of react-resize-detector

* fix format

* add an author
2018-08-06 11:57:43 -07:00
nemoinho
9e26d926eb Update version of redom-types (#27856) 2018-08-06 11:55:43 -07:00
Steven Sinatra
49e5c50d62 Add selectV2 definition to @storybook/addon-knobs (#27848) 2018-08-06 11:53:34 -07:00
SagaTious
c16655d797 material__menu CornerBit interface is wrong (#27836)
* fix: The const Corner that this interface shall describe is using | as bitwise operator, in the interface description | is logical or though, so the interface is wrong.

* style: Rearranged values to match @material/menu constants definition again
2018-08-06 11:52:43 -07:00
Maxim-Alexandre Lalancette
b5d97138d0 Add autoHeight option (#27783) 2018-08-06 11:52:30 -07:00
Tyler Johnson
c687ee5d0c PouchDB Database is an EventEmitter (#27771) 2018-08-06 11:52:06 -07:00
Stoian Ivanov
80e003836d timezoneJS.Date.toString have a handy format parameter so we daclare it (#27755) 2018-08-06 11:50:43 -07:00
Terry Mun
c1c132972d [@types/vimeo__player] Updating typings to match Vimeo's player.js v2.6.3 (#27749)
* Updated typings to match Vimeo's player.js v2.6.3, updated tests to reflect new methods, properties, and events

* Cleanup of unused boilerplate lines

* setPlaybackRate may return RangeError

* options argument in constructor is optional
2018-08-06 11:50:12 -07:00
Michael Su
6d4581efc2 Fix signature of Picker.setCallback() (#27746) 2018-08-06 11:49:31 -07:00
Marcin Smółka
d81b7ef2d5 kendo-ui: add skip() function to DataSource (#27722)
* kendo-ui: DataSource skip()

* fix definition, missing semicolon
2018-08-06 11:47:02 -07:00