Piotr Roszatycki
9c499ae5e9
cson parser returns any rather than Object
2017-11-09 15:17:34 +01:00
Daniel Rosenwasser
c6835d5e17
Merge pull request #21241 from theigor/passportjs-add-passReqToCallback
...
Passportjs - add passReqToCallback to AuthenticateOptions
2017-11-09 01:49:52 -08:00
Daniel Rosenwasser
49a58bb731
Merge pull request #21204 from messutied/patch-1
...
redux-form: added missing label?: string field
2017-11-09 01:38:32 -08:00
Daniel Rosenwasser
c6a9c96553
Merge pull request #21084 from pdeva/patch-10
...
Update DropdownToggle.d.ts for react-bootstrap
2017-11-09 01:37:52 -08:00
Daniel Rosenwasser
a475c57121
Merge pull request #21132 from rubensworks/fix/uritemplate
...
Fix incorrect uritemplate typings
2017-11-09 01:30:35 -08:00
Daniel Rosenwasser
20af69e63e
Merge pull request #21336 from szaccaria/patch-1
...
Change the export.
2017-11-09 00:35:46 -08:00
Daniel Rosenwasser
8205e746b9
Merge pull request #21349 from pushplay/datadog-metrics
...
datadog-metrics
2017-11-09 00:33:48 -08:00
Daniel Rosenwasser
2aef54d36a
Merge pull request #21334 from GlenCFL/1.22
...
atom: support 1.22, fixes for AtomEnvironment, add useful methods.
2017-11-09 00:32:24 -08:00
Daniel Rosenwasser
a75166d13b
Merge pull request #21244 from lauvigne/master
...
types/stripe add amount body in stripe.charges.capture
2017-11-09 00:31:45 -08:00
Daniel Rosenwasser
9deeec351e
Merge pull request #21341 from basix86/master
...
add missing plotly properties
2017-11-09 00:30:18 -08:00
Daniel Rosenwasser
124f566980
Merge pull request #21328 from zane314/master
...
Fix missing types for google_visualization
2017-11-09 00:28:42 -08:00
Daniel Rosenwasser
0c82678808
Merge pull request #21350 from mikesholiu/master
...
react-native-elements: iconRight in ButtonProps should be of type ButtonIcon
2017-11-09 00:28:19 -08:00
Daniel Rosenwasser
472d857fc6
Merge pull request #21299 from jtmthf/lodash.flowRight
...
Lodash: Added detailed types for flowRight
2017-11-09 00:27:19 -08:00
Daniel Rosenwasser
2e1737b6cf
Merge pull request #21326 from Tapad/fix-zookeeper-client-exception-type
...
[node-zookeeper-client] fix exception path type
2017-11-09 00:23:37 -08:00
Daniel Rosenwasser
bc42c223b3
Merge pull request #21339 from richsilv/fix-recharts-tooltip-props
...
recharts: add missing animationDuration prop to Tooltip typings
2017-11-09 00:22:59 -08:00
Daniel Rosenwasser
cd979e2678
Use consistent indentation.
...
Yes, me! Using tabs! I know!
2017-11-09 00:20:24 -08:00
Daniel Rosenwasser
308ae5e4c5
Merge pull request #21342 from alan-agius4/patch-4
...
fix(webpack): fix incorrect types
2017-11-09 00:18:58 -08:00
Daniel Rosenwasser
5a81fb3b91
Merge pull request #21346 from SWBennett06/master
...
Updated video.js definition with documented options
2017-11-09 00:17:07 -08:00
Daniel Rosenwasser
f1ef79a28e
Merge pull request #21353 from danbopes/patch-1
...
Update @types/sequelize to including missing identifier
2017-11-09 00:16:43 -08:00
Hamed Fathi
841fcdaf10
zenscroll Declaration File (@types/zenscroll) ( #20241 )
...
* zenscroll Declaration File
* header added
* I added izitoast.d.ts
* Revert "I added izitoast.d.ts"
This reverts commit 59239faf2e4f3e7bf8b497e7e11cd2cfdb678ea1.
* zenscroll.d.ts updated
* zenscroll.d.ts updated :)
* `"strictFunctionTypes": true` added
* zenscroll-tests.ts updated
* updated
* updated
* index.d.ts updated :)
2017-11-08 17:33:16 -08:00
Robin Zoň
5b22167627
React.Components template arguments fixed ( #21356 )
2017-11-08 22:35:07 +00:00
Mike Liu
3340210616
Edited test file to reflect change to iconRight type for ButtonProps
2017-11-08 14:34:37 -08:00
Lilians AUVIGNE
5bf123f821
Fix optional with curent documentation
2017-11-08 23:17:45 +01:00
Igor Oleinikov
ecabf5526f
Merge pull request #20987 from pelotom/patch-10
...
[react] Make component constructor props non-optional
2017-11-08 13:58:44 -08:00
danbopes
0e179eb216
Update @types/sequelize to including missing identifier
...
See related field here: 0047dca9df/lib/sequelize.js (L168)
2017-11-08 15:53:35 -05:00
msl
82180fdf2e
Added comment to iconRight in ButtonProps
2017-11-08 10:57:35 -08:00
msl
1e4bf359eb
ButtonProps iconRight: ButtonIcon, not boolean
...
Details:
*Type of iconRight in ButtonProps should be a ButtonIcon, not boolean.
*Button is expecting iconRight prop to be a ButtonIcon and will render it appropriately.
*Currently, setting iconRight to a boolean causes error "In this environment the sources for assign MUST be an object."
2017-11-08 10:55:32 -08:00
jeff
4f4d67ea58
Fix quote choice.
2017-11-08 09:33:06 -08:00
Andy
954ee278de
Update TypeScript Versions to be at least as high as dependencies' versions ( #21288 )
...
* Update `TypeScript Version`s to be at least as high as dependencies' versions
* Run through again
2017-11-08 09:12:14 -08:00
jeff
0d198a5ce3
datadog-metrics\nFix how per-metric tags are passed in. Support new timestamp param.
2017-11-08 08:38:53 -08:00
Sean Bennett
46905e9486
ADD: Placed name and Github profile link in definition head
2017-11-08 08:31:06 -06:00
Alan Agius
765e50e7fd
fix(webpack): fix incorrect types
2017-11-08 12:16:52 +01:00
mmatessi
cdd05393ec
add missing plotly properties
2017-11-08 12:11:38 +01:00
Richard Silverton
bea6aa17ad
add missing animationDuration prop to typings
2017-11-08 10:38:25 +00:00
szaccaria
85d2db3803
Change the export.
...
Change the export for import in .ts angular module.
2017-11-08 10:49:50 +01:00
GlenCFL
21f02e04ac
atom: support 1.22, fixes for AtomEnvironment, add useful methods.
2017-11-08 02:19:50 -05:00
Jack Moore
47071a512b
Made catch-all less catch-all
2017-11-07 19:57:35 -06:00
Daniel Rosenwasser
28d72f2b07
Turn off no-unnecessary-class rule in uritemplate.
2017-11-07 16:05:39 -08:00
Daniel Rosenwasser
e5620215b5
Merge pull request #21194 from chrismbarr/improve-file-saver
...
[file-saver] Improve typedefs
2017-11-07 16:02:55 -08:00
Ruben Taelman
042531003e
Improve style of uritemplate
2017-11-08 08:49:19 +09:00
Daniel Rosenwasser
b18de3ad20
Merge pull request #20900 from GlenCFL/atom-exports
...
atom: use exports over globals.
2017-11-07 15:34:25 -08:00
Daniel Rosenwasser
7e282b882c
Merge pull request #21248 from JimiC/nodegit-improve
...
[nodegit] Improve typings.
2017-11-07 15:31:11 -08:00
Daniel Rosenwasser
61eb0a7e7f
Merge pull request #21254 from nrlquaker/update-electron-settings
...
Update electron-settings to 3.1.4
2017-11-07 15:28:05 -08:00
Daniel Rosenwasser
fae8a9c0aa
Disable the export-just-namespace rule.
2017-11-07 15:27:30 -08:00
Daniel Rosenwasser
7d00f844de
Fix basic lint errors.
2017-11-07 15:26:33 -08:00
zane314
c9b0d0d9a5
Fix missing types for some chart options
...
Fix LineChartOptions and TableOptions, improve type coverage of ViewWindow and ChartAxis
2017-11-07 15:01:23 -08:00
Tom Crockett
31ace05ea4
[react] Add optional props type parameter to ReactType ( #21322 )
2017-11-07 22:23:11 +00:00
Jesse Zhang
c08eccf29c
[node-zookeeper-client] fix exception path type
2017-11-07 16:57:40 -05:00
Daniel Rosenwasser
0e02e7b65b
Merge pull request #21099 from jasperroloff/master
...
updates umzug types to support custom resolver
2017-11-07 12:42:12 -08:00
Daniel Rosenwasser
1f2895cde5
Merge pull request #21068 from vi-kon/vue-scroll-patch-1
...
vue-scroll accepts Element too not just string for container and elements
2017-11-07 12:41:32 -08:00