Commit Graph

33132 Commits

Author SHA1 Message Date
Dimitri Benin
0dd0b27c90 [hasha] introduce typings (#18284) 2017-07-21 09:50:03 -07:00
Dimitri Benin
379d9ca112 [is-stream] introduce typings (#18285) 2017-07-21 09:49:20 -07:00
George MacKerron
ae0493cdc6 Updated ClientConfig to accept TlsOptions instead of just boolean (#18117) 2017-07-21 09:48:38 -07:00
Tom Wanzek
5fb85c244c [d3] Update to Minor Version 4.10 (#18103)
* [d3-zoom] Update to 1.5
* [Feature] Add `translateTo(...)`
* [Doc] Update some JSDoc comments
* [Chore] Bump minor version number

* [d3-zoom] Bump Minor Version number.

* [d3-shape]
* [Fix] Change `pointRadius` to `pointRadial`

* [d3-shape] Fix test for pointRadial

* [d3-axis]
* [Doc] Update some comments.

* [d3-time] [Doc] Some JSDoc updates.

* [d3] [Chore] Bump minor version to 4.10
2017-07-21 09:48:03 -07:00
Tom Doggett
3f1a9ccec0 Updating React.HTMLAttributes used by Enzyme to new React.AllHTMLAttributes interface introduced in @types/react-15.0.38 (#18269) 2017-07-21 09:47:36 -07:00
Matus Gura
3f0193af10 [email-templates] Compliant with the latest version 2.6.0 (#18254)
* Made email-templates complaint with the latest version 2.6.0

* Added linter and updated a test
2017-07-21 09:46:57 -07:00
zbarbuto
9dc4f81823 Add missing maildev options (#18252)
* Add missing maildev options

* Update maildev tests
2017-07-21 09:44:36 -07:00
Daniel Imms
527914c2a3 node: Fix net.Socket definition (#18275)
v0.12.x: https://nodejs.org/docs/latest-v0.12.x/api/net.html#net_new_net_socket_options
v4: https://nodejs.org/dist/latest-v4.x/docs/api/net.html#net_new_net_socket_options
v6: https://nodejs.org/dist/latest-v6.x/docs/api/net.html#net_new_net_socket_options
v7: https://nodejs.org/dist/latest-v7.x/docs/api/net.html#net_new_net_socket_options
v8: https://nodejs.org/api/net.html#net_new_net_socket_options
2017-07-21 09:41:56 -07:00
Bradley Ayers
e030446e88 Fix Decoration.widget signature. (#18201) 2017-07-21 09:40:56 -07:00
Dimitri Benin
b33275b2f4 [make-dir] add more specific type to fs config option (#18286) 2017-07-21 09:40:26 -07:00
Willis Plummer
168bb317b1 add possibility of null return value from RichUtils.handleKeyCommand (#18277)
* add possibility of null return from RichUtils.handleKeyCommand

* more specifically, the function returns null in the overload case

* make key for RichUtils.toggleLink potentially null

* add definitions by credit
2017-07-21 09:40:00 -07:00
Benjamin Svobodny
1be93dbab9 Update index.d.ts (#18140)
Add parameters used for doughnut charts :  http://www.chartjs.org/docs/latest/charts/doughnut.html
2017-07-21 09:39:21 -07:00
Saeed Tabrizi
4de32d67a5 fix string case in PropertyType - a minor patch (#18268) 2017-07-20 16:04:58 -07:00
Dimitri Benin
5b68a7c6bb [is-svg] introduce typings (#18265) 2017-07-20 15:57:27 -07:00
Dimitri Benin
0fefe6de39 [log-update] introduce typings (#18263) 2017-07-20 15:55:47 -07:00
Dimitri Benin
7ac090dcfc [figures] introduce typings (#18266) 2017-07-20 15:55:25 -07:00
Ron Buckton
d00f967ff8 Improve types for node 'fs' module (#18052) 2017-07-20 15:54:19 -07:00
Markus Chmelar
b50f4e4556 Leaflet: Polygon Constructor with Multi-Dimensional Array (#18260) 2017-07-20 15:53:59 -07:00
Bill Kim
2b0f00ff27 Update kafka node (#18267)
* updating types for kafka-node

* fixed typos

* linter errors

* typo
2017-07-20 15:53:43 -07:00
Maarten Mulders
e046dbc3bc Improved type definitions for Recharts (#18256)
* merged definitions with my own. therefor added some types and made
changed the namespace back to a module.

* fixxed lint errors

* Remove ignore rules from tslint.json

* Put everything in one module declaration
2017-07-20 13:10:22 -07:00
Ashish Gaurav
60f71e1cee [dygraphs] vesions update (#18235)
* @types/dygraphs: add legendFormatter in options

* version update

increment version to reflect changes in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/18107
2017-07-20 10:08:00 -07:00
Dimitri Benin
d94fa4a42e [editorconfig] change default indentation to 4 spaces for json and yaml files (#18245) 2017-07-20 10:06:52 -07:00
Stephen Ierodiaconou
466067a989 [next-redux-wrapper] Add missing options paramter to definition (#18249) 2017-07-20 10:05:29 -07:00
Mika Kuitunen
3b95a71580 [react-redux-toastr] Rewrite types for package v7.0.0 and TypeScript 2.4 (#18024)
* react-redux-toastr: unify code style

* react-redux-toastr: Change React.Component types to use state and props

* react-redux-toastr: change to named imports

* react-redux-toastr: remove module declaration

* react-redux-toastr: add union types for known strings

* react-redux-toastr: rename ToastrConfirmOptions to ConfirmToastrOptions for unified style, refine properties

* react-redux-toastr: Add interfaces for all of the Toastr option objects

* react-redux-toastr: Refactor some variables to alphabetical order

* react-redux-toastr: Add interfaces to toastrs in reducer state, add toastr action payload, toastr reducer state

* react-redux-toastr: Rename ToastOptions to ToastrOptions to unify style

* react-redux-toastr: Rename ToastrOptions to ReduxToastrProps and rewrite properties

* react-redux-toastr: Slight refactor of ReduxToastrProps

* react-redux-toastr: Remove confirmOptions interface

* react-redux-toastr: Remove duplicate ConfirmToastrOptions interface

* react-redux-toastr: Rewrite ToastrEmitter, modify tests to comply with version 7.0.0

* react-redux-toastr: rewrite action creators, start using ToastrState

* react-redux-toastr: Slight refactor, alphabetize stuff

* react-redux-toastr: remove unused Component state and props

* react-redux-toastr: fix TS version

* Fix version number for TypeScript
2017-07-20 09:59:37 -07:00
Alan Agius
bdb2b5e94b feat(fs-extra): update to match api for 4.x.x (#18096)
* feat(fs-extra): update to match api for `4.x.x`

* style(fs-extra): add missing colons

* fs-extra: add missing breakline between interfaces
2017-07-20 09:58:16 -07:00
Toru Nagashima
239ac8e81e Fix estree ForXStatement#left to Pattern (#18100) 2017-07-20 09:55:31 -07:00
Dimitri Benin
052ce68076 [pretty-ms] introduce typings (#18258) 2017-07-20 09:49:33 -07:00
Silas Rech
484883ab60 [catbox] Fix classes (#18072)
* [catbox] Fix classes

* Class extends Class => Class implements Interface

* Add TSLint configuration

* Add initial tests (Basically testing if I understood how the tests here work 😏)

* Fix tests

* Don't set Memory to any
2017-07-20 08:58:40 -07:00
Karol Janyst
76241738dc Update redux-auth-wrapper to v2 (#18236)
* Update redux-auth-wrapper to version 2

* Fix linter errors

* Add redirectAction optiona to router decorator
2017-07-20 01:41:12 -07:00
Dan
2005e7e6ee Added definitions for 'clear-require' (#18238) 2017-07-20 01:29:02 -07:00
Tomek Łaziuk
947453935b tag may be any component type (#18226) 2017-07-20 01:25:23 -07:00
TitaneBoy
9f3facc870 Use last version of i18next package for i18next-express-middleware (#18228) 2017-07-20 01:24:53 -07:00
Tom Crockett
90189c120b Remove myself from credits (#18234)
I don't currently use enzyme and don't want to be responsible reviewing PRs for this repo
2017-07-20 01:22:12 -07:00
Dimitri Benin
e9a7480b3c [editorconfig] change default indentation to 4 spaces as suggested in the common mistakes section (#18244) 2017-07-20 01:13:16 -07:00
agasbzj
ca2ddc8113 Init types for wx(微信)js sdk (#18207)
* Init types for wx(微信)js sdk

* rename to wx-js-sdk-dt

* fix lint errors

* Change some definitions and add some tests.

* Update comments

* Update comments

* Fix a type error and update comments
2017-07-20 01:08:31 -07:00
Karol Janyst
ac247f70e2 Update redux-form to version 7 (#18168)
* Refactor some of the definitions for v7

* Add definitions for formValues decorator

* Refactor definitions for Field, Fields, FieldArray, add tests

* Add files to tsconfig

* Fix immutable version of exports

* Clean up the code, change some types
2017-07-19 21:01:43 -07:00
Wesley Wigham
1b4071d303 Merge pull request #18195 from Rokt33r/filenamify
Add typings for filenamify
2017-07-19 18:29:42 -07:00
Junyoung Choi
bec17f7f61 Remove unncessary rules section from tslint.json 2017-07-20 10:26:08 +09:00
Wesley Wigham
6e82b3ed9b Merge pull request #18224 from djrenren/fast-diff
Add types for fast-diff package
2017-07-19 17:40:52 -07:00
John Renner
5d761ccef7 Rename constants to match library 2017-07-19 17:31:33 -07:00
Wesley Wigham
2c83b84f89 Merge pull request #18229 from anthonyhiga/adding-divide
[react-native] Adding divide routine to Animated
2017-07-19 15:48:01 -07:00
Wesley Wigham
4508f63b98 Merge pull request #18084 from h2oloopan/patch-1
Add rowSpan to table columns
2017-07-19 15:29:16 -07:00
Wesley Wigham
1c59617982 Merge pull request #18208 from stevegeek/add_types_for_next_redux_wrapper
Adding new typings for `next-redux-wrapper`
2017-07-19 15:28:22 -07:00
Wesley Wigham
7c5a94736f Merge pull request #18232 from BendingBender/log-symbols
[log-symbols] introduce typings
2017-07-19 15:24:42 -07:00
Wesley Wigham
6f77e8e733 Merge pull request #18090 from izikl/master
Sequelize: Add  version property to the Table's options to support Optimistic Locking
2017-07-19 15:23:36 -07:00
Wesley Wigham
f5bba4eaba Merge pull request #18218 from saeedtabrizi/master
orientjs d.ts  update to support version 3.0.0
2017-07-19 15:20:02 -07:00
Wesley Wigham
ae0504d19f Merge pull request #18219 from iRoachie/rnvi-tabbar-ios
[react-native-vector-icons] TabBarIOS should've been TabBarItemIOS
2017-07-19 15:16:01 -07:00
Wesley Wigham
b09e3f23c8 Merge pull request #18202 from CjS77/master
Update bintrees to Typescript 2.4
2017-07-19 15:13:39 -07:00
Wesley Wigham
ea2ca5ebcc Merge pull request #18041 from evilangelist/master
react-sortable-tree: Made TreeItem.children prop optional
2017-07-19 15:10:37 -07:00
Wesley Wigham
85cdbe87e0 Merge pull request #18205 from marvinhagemeister/babel-types_linting
Fix linting errors for babel-types
2017-07-19 14:39:02 -07:00