Commit Graph
40914 Commits
Author SHA1 Message Date
Forbes LindesayandJohn Reilly 8f8f6c4392 [react] Use HTMLDialogElement for the dialog node (#23053)
* [react] Use HTMLDialogElement for the dialog node

* Actually add the `open` property

* This update requires typescript 2.6

* Update dependents of react to also require typescript 2.6
2018-02-12 12:55:52 +00:00
Daniel RosenwasserandGitHub 2ce8fd26ba Merge pull request #23560 from smhxx/atom-get-entries-callback
atom: fix callback signature for Directory.getEntries()
2018-02-11 18:18:36 -08:00
Daniel RosenwasserandGitHub 04ffde843d Merge pull request #23502 from narainsagar/fix-fuzzyset-types
[fuzzyset] - Make sure optional params remain optional
2018-02-11 15:09:17 -08:00
smhxx bfd3533b4f atom: fix callback signature for Directory.getEntries() 2018-02-10 21:42:27 -06:00
Ron BucktonandGitHub 60f5ee3a3c Merge pull request #23413 from chriskrycho/ember-type-registries
Ember and Ember Data: use type registries
2018-02-10 11:55:41 -08:00
Ron BucktonandGitHub 04f962deea Merge pull request #23497 from jhsimms/hapi17
@types/hapi - v17 (2)
2018-02-10 11:46:42 -08:00
Ron BucktonandGitHub b69249877c Merge pull request #23520 from tomwanzek/d3-5-0-0-refactoring
feat(d3): update major versions to d3 (5.0) d3-scale(2.0) and minor d3-scale-chromatic(1.2)
2018-02-10 11:45:05 -08:00
Daniel RosenwasserandGitHub 6281264e0f Merge pull request #23423 from MaksimKavalenka/milliseconds_0.0.29
Milliseconds: set an appropriate name of the method
2018-02-10 10:50:25 -08:00
Daniel RosenwasserandGitHub c9abd7efee Merge pull request #23453 from antonvasin/grid-styled
Add grid-styled types
2018-02-10 10:49:30 -08:00
Daniel RosenwasserandGitHub 342c166d26 Merge pull request #23418 from ffflorian/fix/ed2curve
fix(ed2curve): Corrected return values
2018-02-10 10:45:22 -08:00
Daniel RosenwasserandGitHub af1b6bf0ae Merge pull request #23514 from danvk/reservoir
Typings for reservoir module
2018-02-10 10:44:23 -08:00
Daniel RosenwasserandGitHub c01a3756a5 Merge pull request #23471 from garthk/fix-stripe-card-numbers
Stripe card numbers are strings:
2018-02-10 10:41:48 -08:00
Daniel RosenwasserandGitHub 448901e39e Merge pull request #23414 from luoto/allow-loggerinstance-to-take-string
[winston] Allow LoggerInstance.remove to take string
2018-02-10 10:41:01 -08:00
Daniel RosenwasserandGitHub d0bac31a67 Merge pull request #23483 from vickyhoo/vickyhoo-patch-1
Fixed types for echarts: getInstanceByDom return type should be Echarts
2018-02-10 10:40:23 -08:00
Daniel RosenwasserandGitHub b2270df67b Merge pull request #23409 from brodmann/master
fix: use Url interface instead of URL class
2018-02-10 10:37:13 -08:00
Daniel RosenwasserandGitHub ea84710e20 Merge pull request #23401 from timc13/fix-vimeo__player
[vimeo__player] Player should be the default export
2018-02-10 10:36:48 -08:00
Daniel RosenwasserandGitHub e2096601c8 Merge pull request #23400 from timc13/patch-1
[reactstrap] add missing ModalProps
2018-02-10 10:36:03 -08:00
Daniel RosenwasserandGitHub eb71617568 Merge pull request #23399 from mellet/fix-tabbar-onpress
[react-navigation] Fix tabBarOnPress to destructure arguments
2018-02-10 10:35:38 -08:00
Daniel RosenwasserandGitHub 45e71c9c2b Merge pull request #23393 from hoo29/master
[node] tidied up and de-duplicated tls related options
2018-02-10 10:34:57 -08:00
Daniel RosenwasserandGitHub 840d9f0153 Merge pull request #23382 from periclesroalves/master
[Tedious] fixing/extending connection.transaction definition
2018-02-10 10:33:59 -08:00
Daniel RosenwasserandGitHub f558ebf546 Merge pull request #23297 from jefff/add-ldapjs-filters
[ldapjs] Add definitions for Filters
2018-02-10 10:33:20 -08:00
Daniel RosenwasserandGitHub 354f7d7d4d Merge pull request #23260 from Ry7n/patch-2
[express-session]: Allow secret to be an array
2018-02-10 10:31:56 -08:00
Daniel RosenwasserandGitHub 6e2938d460 Merge pull request #23538 from victormoukhortov/patch-1
Fix stompjs types
2018-02-10 10:31:30 -08:00
Daniel RosenwasserandGitHub 609d04a91d Merge pull request #23511 from Dr4K4n/master
stompjs - Fixed problem that Frame wasn't implementing Message
2018-02-09 23:53:24 -08:00
Daniel RosenwasserandGitHub 8acf35ad07 Merge pull request #23537 from joelshepherd/master
luxon: Fixing incorrect property name
2018-02-09 23:51:44 -08:00
Justin Simms cac8ed01e6 Fix for the plugin array type. 2018-02-09 17:51:52 -06:00
Victor Moukhortov 352d74076a fix: provide extra signature to connect 2018-02-09 15:39:49 -05:00
Tom Wanzek be22b2cfce style(d3-scale): drop Array<T> in union type with ReadonlyArray<T> 2018-02-09 12:55:11 -05:00
Victor Moukhortov bcc5bc34cb fix: stompjs static Frame.sizeOfUTF8 2018-02-09 11:05:39 -05:00
Victor Moukhortov 0f0c24c3db fix: stompjs tests 2018-02-09 11:01:36 -05:00
Victor MoukhortovandGitHub 75d6eb9895 Update stompjs types
Fix to correctly reflect actual library.
2018-02-09 10:16:30 -05:00
Joel Shepherd 8189f663b9 Fixing incorrect property name 2018-02-10 00:57:08 +10:00
Justin Simms 5763bd6353 Fix for server route options type 2018-02-08 23:56:29 -06:00
Justin Simms b7edd5c1db Add generic types for plugins 2018-02-08 23:41:49 -06:00
Ron BucktonandGitHub 56ce1312c8 Merge pull request #23392 from TomBarta/react-dates/add-verticalSpacing-to-SingleDatePicker
Update SingleDatePicker props types
2018-02-08 20:33:57 -08:00
Ron BucktonandGitHub c1801fe71a Merge pull request #23391 from alan-agius4/patch-4
fix(jest): re-add global `spyOn`
2018-02-08 20:33:16 -08:00
Ron BucktonandGitHub 8e1f3bf8b5 Merge pull request #23389 from bang88/fix-react-native-drawer-layout
fix(react-native-drawer-layout): add missing static property positions
2018-02-08 20:30:18 -08:00
Ron BucktonandGitHub e8248b11bc Merge pull request #23385 from FaithForHumans/reactstrap_addonsUpdate
[reactstrap] v5 beta update changes.
2018-02-08 20:16:36 -08:00
Ron BucktonandGitHub 7e0a4b74d7 Merge pull request #23379 from matthiasdailey-ccri/ol-view
ol.View
2018-02-08 20:13:09 -08:00
Ron BucktonandGitHub 314132546a Merge pull request #23374 from johan13/socket-return-types
[node] Fix return type of net.Socket methods
2018-02-08 20:10:45 -08:00
Justin Simms d6324664f5 Making some of the typings more specific. 2018-02-08 22:07:48 -06:00
Ron BucktonandGitHub bebab0d5c9 Merge pull request #23373 from zya/master
Add extensions definition to express-graphql options
2018-02-08 19:42:19 -08:00
Justin Simms 1d964920cf Remove the enums 2018-02-08 20:15:33 -06:00
Justin Simms 4bfb2047ed fix 2018-02-08 20:03:21 -06:00
Justin Simms be8330e0b8 Apply fixes suggested in code review 2018-02-08 20:01:15 -06:00
Tom Wanzek 8a50216743 feat(d3): update d3 to major version 5
BREAKING CHANGE:
* feat(d3) :add d3-contour, d3-fetch, and d3-scale-chromatic
* refactor(d3): remove d3-request and d3-queue in favour of d3-fetch
* chore(d3): update major version number to 5.0
* chore(d3): move legacy 4.x definitions with old dependencies into `v4` folder. Apply path-mapping to d3-scale v1 and d3 v4. Update minor version number to 4.13
2018-02-08 17:09:07 -05:00
Tom Wanzek 9ecd90e9e8 refactor(*): refactor d3-scale and d3-scale-chromatic
BREAKING CHANGE:
* refactor(d3-scale) update to major version 2.0. As a breaking change all color related features are removed. schemeCategory20x features are removed without replacement. All other color features are moved to d3-scale-chromatic 1.2
* refactor(d3-scale-chromatic): update to minor version 1.2 by including refactored features dropped from  d3-scale 2.0: schemeCategory10 and color interpolators.
* fix(d3-scale) All input arguments for domain or range arrays now also permit ReadonlyArray<T> as inputs. This change allows seamless integration with the color schemes defined in d3-scale-chromatic. This change has been applied to both d3-scale 1.x and 2.x.
* chore(d3-scale-chromatic) activate strictNullChecks
* chore(d3-scale) move d3-scale 1.x into legacy folder `v1` and update tsconfig.json including path mapping for d3-scale itself to pick up legacy version in its own legacy tests
* test(d3-scale) update tests including integration test with d3-scale-chromatic
* test(d3-scale-chromatic) update tests. Including generalized assignment tests for interplators and schemes.
* chore(*) update version numbers for d3-scale and d3-scale-chromatic
2018-02-08 16:50:46 -05:00
Dan Vanderkam a793660543 reservoir typings 2018-02-08 11:59:39 -05:00
Chris Krycho 7523afa3b9 Fix 2-blank-line problem in Ember. 2018-02-08 09:33:34 -07:00
Chris Krycho 81684a2762 Ember Data: fix tests for type registry; improve Snapshot. 2018-02-08 09:09:43 -07:00