Commit Graph

45648 Commits

Author SHA1 Message Date
Benjamin Lichtman
4cad4c1418 Merge pull request #25806 from lbud/mapbox-gl-0.45
Update mapbox-gl definitions (upgrade version + fix missing/removed defs)
2018-05-31 21:34:46 -07:00
Benjamin Lichtman
a736f5741d Merge pull request #25836 from vasev01/ibmdb-database-callback-result
[IBM_DB] Database callback return type fixes
2018-05-31 21:32:26 -07:00
Benjamin Lichtman
f9ea504992 Merge pull request #25852 from yoxdev/fabric-expansion
added acoords to fabric base object definition
2018-05-31 21:31:31 -07:00
Benjamin Lichtman
833bfadf6e Merge pull request #25853 from Epskampie/master
react-transition-group: Allow component={null} on TransitionGroup
2018-05-31 21:29:55 -07:00
Benjamin Lichtman
7b16a3dd24 Merge pull request #25872 from waterfoul/master
[react-redux] Fixed the typings for inferred types with functional components
2018-05-31 21:27:17 -07:00
Benjamin Lichtman
824eefc85d Merge pull request #25892 from 1999/issue/mocha-parallel-tests-0
Add multiple forgotten mocha API methods
2018-05-31 21:22:45 -07:00
Benjamin Lichtman
96f79c209c Merge pull request #25920 from Ledragon/d3-interpolate-120
d3-color : added piecewise method
2018-05-31 21:18:50 -07:00
Benjamin Lichtman
0f3b9a014f Merge pull request #25947 from PaitoAnderson/master
Update for react-bootstrap-typeahead 3.1
2018-05-31 21:05:34 -07:00
Benjamin Lichtman
ebae926683 Merge pull request #25951 from protyagov/master
[Dygraphs]: Allow Date type for input data array
2018-05-31 21:04:43 -07:00
Benjamin Lichtman
9e809a672c Merge pull request #25955 from bolatovumar/master
[@types/googlemaps] Fix #25954
2018-05-31 21:03:54 -07:00
Benjamin Lichtman
d84afb701f Merge pull request #25966 from JoshuaKGoldberg/selenium-webdriver-firefox-headless
Added .headless() to Firefox options
2018-05-31 21:02:38 -07:00
Benjamin Lichtman
1930102c70 Merge pull request #25963 from HolgerJeromin/expandFix
[@types/grunt] fixing file.expand typing
2018-05-31 21:01:31 -07:00
Benjamin Lichtman
8c09d7c4df Merge pull request #25971 from jeremejevs/is-svg
is-svg: 3.0
2018-05-31 21:00:19 -07:00
Benjamin Lichtman
5b5bc4ad48 Merge pull request #25973 from denisname/d3-timer-strictNullChecks
d3-timer Activate strictNullChecks
2018-05-31 20:58:52 -07:00
Benjamin Lichtman
166ed886f8 Merge pull request #25927 from zhskay/@types/moment-timezone-add-keepLocalTime-option
@types/moment-timezone - added keepLocalTime converting option
2018-05-31 20:57:45 -07:00
Benjamin Lichtman
f9f554a2b4 Merge pull request #25999 from dwaxweiler/master
less: add definition for methods modifyVars, refreshStyles, watch
2018-05-31 20:49:45 -07:00
Benjamin Lichtman
06fe3d9a20 Merge pull request #26006 from strax/react-router-redux-dependency
react-router-redux: Relax redux version constraint
2018-05-31 20:43:43 -07:00
Benjamin Lichtman
f2898a7e1f Merge pull request #26190 from ZhangYiJiang/fix-redux-form-initialize
[redux-form] Revert #26026 and reapply to correct version
2018-05-31 20:42:56 -07:00
Benjamin Lichtman
dd5b8ed27c Merge pull request #25938 from Eoksni/master
[@types/mem-fs-editor] Fixed JSON parsing and other fixes
2018-05-31 20:41:29 -07:00
James Ide
c122cd24a6 Fix parameterized type inference for async-retry
The async-retry function has a generic type parameter `A` and TypeScript is unable to infer the concret type when the `bail` function, whose type references the generic type, is specified. Reading the source and API documentation of async-retry, `bail` returns nothing so `void` is the right type here. This in turn fixes inference of the generic type parameter `A`.

Tested by adding some expected return types to the test file. The type checks failed before this commit. With this commit, they pass.
2018-05-31 20:40:05 -07:00
Benjamin Lichtman
46ca38c978 Merge pull request #26064 from xaviergonz/patch-6
[PIXI.js] invalid powerPreference type
2018-05-31 20:37:35 -07:00
Zhang Yijiang
eac6ce3cab Add resetSection action, initialize props 2018-06-01 11:32:19 +08:00
Benjamin Lichtman
1fb6294ad4 Merge pull request #26012 from DefinitelyTyped/wu-lint
wu: lint, expose WuIterable interface
2018-05-31 20:31:34 -07:00
Zhang Yijiang
4cce589580 Revert "Add missing properties in InitializeOptions"
This reverts commit 6345e48b35.
2018-06-01 11:06:16 +08:00
Benjamin Lichtman
dfb9980cb2 Merge pull request #26008 from davewasmer/patch-6
[Koa] Remove Context index signature
2018-05-31 18:29:15 -07:00
Daniel Rosenwasser
cde45741fd Merge pull request #25838 from NickB95/icon-allow-overlap
mapbox-gl: Added StyleFunction to SymbolLayout - icon-allow-overlap
2018-05-31 17:57:43 -07:00
Daniel Rosenwasser
bd8072ea85 Merge pull request #26017 from nielsdB97/scale-method-gamma
Chroma-js: Added gamma method to Scale type
2018-05-31 17:57:10 -07:00
Daniel Rosenwasser
7fde0fd78a Merge pull request #26020 from macedigital/express-xml-bodyparser
Add all parser options to express-xml-bodyparser
2018-05-31 17:56:51 -07:00
Daniel Rosenwasser
e07c5870e1 Merge pull request #26044 from bryceg/servicenow
New typings for ServiceNow javascript api reference
2018-05-31 17:45:47 -07:00
Daniel Rosenwasser
d6c1664ab4 Merge pull request #25913 from Fnatte/feat/core-js-string-pad
[core-js] Change lpad/rpad to padStart/padEnd
2018-05-31 17:39:58 -07:00
Daniel Rosenwasser
2eec60b1c9 Merge pull request #26165 from eps1lon/argparse-fix-addArgument
fix(argparse): addArgument accepts strings
2018-05-31 17:34:29 -07:00
Michael Zlatkovsky
c99b6ef398 Fix link syntax 2018-05-31 17:01:25 -07:00
Michael Zlatkovsky
aa69d42eae Fix PromiseConstructor issue in office-js typings.
Also remove extraneous "export" keywords that were unnecessary, remove trailing spaces, and replace tabs with spaces.

The fix addresses OfficeDev/office-js#150, whereby PromiseConstructor is unavailable under the standard "lib.d.ts" file.
2018-05-31 16:55:17 -07:00
Benjamin Lichtman
e529254e2e Merge pull request #26026 from ZhangYiJiang/fix-redux-form-initialize
[redux-form] Add missing properties in InitializeOptions and Reset
2018-05-31 15:54:34 -07:00
Benjamin Lichtman
aa9506e5a4 Merge pull request #26041 from Domino987/master
Add src to media in reactstrap
2018-05-31 15:51:40 -07:00
Benjamin Lichtman
affa034492 Merge pull request #26053 from i-takuya/master
[@types/twit] Add tweet_mode to Params and full_text and display_text_range to Status.
2018-05-31 15:49:44 -07:00
Benjamin Lichtman
0e8c9dce34 Merge pull request #26054 from dotob/patch-1
bull: add property attemptsMade to Job
2018-05-31 15:44:57 -07:00
Benjamin Lichtman
7fb182ada2 Merge pull request #26070 from fsubal/fix/react-rnd
[react-rnd] Mistakenly typed react-rnd enableResizing, & added disableDragging
2018-05-31 15:42:29 -07:00
Benjamin Lichtman
34d87bc592 Merge pull request #26183 from Rick-Kirkham/rickki-strong-type-options
strongly typing the options parameters in Shared APIs
2018-05-31 15:41:34 -07:00
Benjamin Lichtman
594641e930 Merge pull request #26143 from ColinBradley/dd-trace-2
[dd-trace] moving types out to files so they can be referenced directly
2018-05-31 15:40:35 -07:00
Benjamin Lichtman
2bf4cbac3b Merge pull request #26094 from FaithForHumans/reactstrap_generics
[reactstrap] Replacing components with generics.
2018-05-31 15:40:02 -07:00
Benjamin Lichtman
a5d62661bd Merge pull request #26090 from tlaziuk/koa-session
[koa-session] restore ability to reset the session
2018-05-31 15:38:48 -07:00
Benjamin Lichtman
517ea83de9 Merge pull request #26071 from thchia/stripe-options
[react-stripe-elements] - Allow options to be passed to StripeProvider
2018-05-31 15:38:01 -07:00
Benjamin Lichtman
ef355dc50e Merge pull request #26004 from dm261395/ramda-aperture
[ramda] updated aperture typings for special cases
2018-05-31 15:36:35 -07:00
Benjamin Lichtman
d007ed8f4b Merge pull request #26009 from Crashthatch/master
react: change default type value of ComponentLifecycle snapshot to any
2018-05-31 15:35:48 -07:00
Benjamin Lichtman
d8fc4247ca Merge pull request #26068 from jermowery/patch-1
[unzip] Add stream.PassThrough as super interface
2018-05-31 15:35:16 -07:00
Benjamin Lichtman
82c7feca03 Merge pull request #26051 from cexbrayat/fix/jasmine-negative-compare
Jasmine: Adds negativeCompare to CustomMatcher
2018-05-31 15:34:45 -07:00
Benjamin Lichtman
01bdff440d Merge pull request #26067 from mjomble/patch-2
mongodb: removed extraneous parameter
2018-05-31 15:33:52 -07:00
Benjamin Lichtman
3055091563 Merge pull request #26185 from karol-majewski/react-router
[react-router] Make definitions work with TypeScript 2.9
2018-05-31 15:33:32 -07:00
Benjamin Lichtman
cc265029de Merge pull request #26161 from afshawnlotfi/karma-fixture
Karma fixture
2018-05-31 15:32:42 -07:00