Commit Graph

7384 Commits

Author SHA1 Message Date
Glen M
dad4c42dd7 Update the Atom type definitions. (#20146)
* Update the Atom type definitions.

* Atom: support additional dtslint rules. Minor fixes to definitions.

* Atom: enable unified signatures for dtslint.

* Atom: fix the scan and replace functions. Enable ban-types in dtslint.

* Atom: enable no-declare-current-package and no-single-declare-module.
2017-10-02 10:41:57 -07:00
Roberto Robles Fernández
63834a2d2b Cookie interface don't inherit from RawResult, only the Cookie responses (#19998)
http://webdriver.io/api/cookie/setCookie.html
https://github.com/SeleniumHQ/selenium/blob/master/cpp/iedriver/BrowserCookie.cpp#L23
2017-10-02 10:40:44 -07:00
RalfNieuwenhuizen
515573deb9 Update index.d.ts (#20025)
Add IOSBackgroundTask to config options
2017-10-02 10:40:25 -07:00
ccodin
3879a43f4a Add missing 'cookie' property in nano declaration file (#20106) 2017-10-02 10:39:16 -07:00
Honza Břečka
49f1f3aeeb ramda: fix prop function definition (#20099) 2017-10-02 10:39:01 -07:00
Alex Brick
33a325efc8 [superagent] Improving the typing of the #field method (#20102)
There are two major changes here:

1) The value of a field no longer needs to be a string. It also
accepts arrays, buffers, blobs, streams, and booleans.

2) You may pass in an object, which sets all of the field values,
instead of calling once for each field.
2017-10-02 10:38:38 -07:00
Émile Filteau-Tessier
44443f8e49 Added getElement and getElements to enzyme types (#20116) 2017-10-02 10:37:47 -07:00
Marius N. Nicolaysen
8055d9b2b1 Update CryptoJS-definition to include lib.WordArray.create and allow the output as input to any Hash (#20072)
* Update CryptoJS-definition to include lib.WordArray.create and allow the output as input to any Hash

* fixed indentation
2017-10-02 10:37:30 -07:00
Hiroaki Sasaki
934989143e update types, test code (#20124) 2017-10-02 10:37:09 -07:00
Dan Cervelli
feb8964978 Fix typo, 'drawticks' -> 'drawTicks'. (#20150) 2017-10-02 10:36:44 -07:00
Matt Traynham
56eb6380b4 Update extract-text-webpack-plugin to 3.0 and add linting (#20151) 2017-10-02 10:36:25 -07:00
JeroenDragt
24290d9409 Update index.d.ts (#20133)
See http://www.chartjs.org/docs/latest/axes/cartesian/linear.html#tick-configuration-options. Added everything except for except beginAtZero, because that is already present in ChartOptions
2017-10-02 10:35:42 -07:00
Paul Colleoni
2f07108478 updated webpack-dev-server to accept a custom ssl certificate (#19996) 2017-10-02 10:35:24 -07:00
Tom Wanzek
53d914345d [d3-force] Update to Minor Version 1.1 (#20163)
* [FEATURE] Add support for `forceRadial` / `ForceRadial`
* [CHORE] Bump version number
* [DOC] Update JSDoc comment
2017-10-02 10:34:46 -07:00
Marius Meisenzahl
d8bfa21dbe Added parameter AutoRemove to HostConfig (#20175) 2017-10-02 10:34:26 -07:00
Philipp
9375732076 timeline: updated TimelineOptions & Timeline (#20174) 2017-10-02 10:33:24 -07:00
ohze.net
190c5341a5 add webpack.optimize.UglifyJsPlugin.Options.parallel (#20176) 2017-10-02 10:32:58 -07:00
benny-medflyt
b55cd34ad7 Fix DistanceMatrixRequest to support LatLngLiteral (#20179) 2017-10-02 10:32:42 -07:00
Waseem Dahman
36c50d8150 Added type definition for expect.stringContaining (#20171) 2017-10-02 10:32:27 -07:00
Retsam
259e578a48 Bluebird: improve typings for Promise.coroutine (#20148)
* Add better support for Bluebird.coroutine

* Add Promise.coroutine options argument

* Improve TODO comment

* Fix inconsistent indentation

* Move T argument to the beginning of the coroutine type params

* Remove unnecessary comment from tests
2017-10-02 10:31:39 -07:00
Danny Martini
09f8b5494b mongodb: findOne may return null (#20077)
* mongodb: findOne may return null

* move union type from MongoCallback to `findOne`
2017-10-02 10:31:00 -07:00
kyle1024
15d3fb380e single character typo fix (#20135) 2017-10-02 10:30:40 -07:00
Markus Öllinger
6f4e38015c recharts: fix callback signatures, add missing props (#20130)
* recharts: fix callback signatures, add missing props

* bump recharts version

* remove undocumented HTMLAttributes

* remove another className prop

* changed version to 1.0.0

* change to version 1.0
2017-10-02 10:30:13 -07:00
Andy
24756a7ba8 activex-libreoffice: Avoid duplicating declaration of "SafeArray" from lib.scripthost.d.ts (#20194) 2017-10-02 09:07:36 -07:00
Andy
7b0a4497db ibm_db: Fix default export (#20195)
* ibm_db: Fix default export

* Fix lint
2017-10-02 09:07:00 -07:00
Andy
95d011b777 xxhashjs: Fix export style (#20197)
* xxhashjs: Fix export style

* `export const defaultExport` -> `declare`
2017-10-02 09:06:38 -07:00
Andy
0fb5a19d59 mersenne-twister: Fix export style (#20196) 2017-10-02 08:27:34 -07:00
John Reilly
7d9561b8f2 react-icons now exposes via lib as well (#20191)
react-icons now exposes via lib as well as per https://gorangajic.github.io/react-icons/#usage
2017-10-02 12:00:54 +01:00
Eloy Durán
97a599a6e4 Merge pull request #20134 from alexmngn/react-native-pad-tv
react-native: Add support for Pad and TVOS in Platform
2017-10-02 12:55:32 +02:00
Alexis Mangin
a3b1c4af47 react-native: Update support for Pad and TVOS in Platform 2017-10-02 10:00:45 +01:00
Alan Agius
5dc07fada8 feat(commander): name can be a setter and a getter (#20112)
* feat(commander): `name` can be a setter and a getter

* style(commander): replace double with single quote

* commander: use overloads for name

* commander: `outputHelp` calback takes a string as parameter
2017-10-01 14:10:44 +09:00
Alexis Mangin
a3634e4796 react-native: Add support for Pad and TVOS in Platform 2017-09-29 15:22:38 +01:00
Flarna
616c84c0e7 [node] Allow augmentation of module (#19612)
* [node] Allow augmentation of module
- move class Module into NodeJS namespace
- add Module.Module

* update according to review findings
2017-09-28 13:36:21 -07:00
Clark Stevenson
b33e2349e2 pixi.js to v4.5.6 (#20117) 2017-09-28 13:35:47 -07:00
Eloy Durán
a5bb2d814e [react-tracking] Update for v5 and use Pick over Partial. 2017-09-28 16:28:36 +02:00
Eloy Durán
9ae7e1a8f1 Merge pull request #20092 from fmmoret/patch-1
Fix types on LayoutAnimation
2017-09-28 12:53:42 +02:00
Eloy Durán
30c89b012e Merge pull request #20080 from ibratoev/ibratoev/react-native-cleanup
[react-native] Cleanup redundant type parameters
2017-09-28 12:51:57 +02:00
Miika Hänninen
dbeac07ba4 Update big.js definitions for version 4.0.0 (#20096) 2017-09-28 08:41:32 +01:00
fmmoret
91d1850785 Fix types on LayoutAnimation
.easeInEaseOut, .linear, and .spring have LayoutAnimationConfigs bound already.
See https://github.com/facebook/react-native/blob/master/Libraries/LayoutAnimation/LayoutAnimation.js#L164
2017-09-27 19:06:29 -07:00
Shenghan Gao
a5ec927943 fix some semicolon issues for elasticsearch (#19965) 2017-09-27 13:47:36 -07:00
Gustav Bylund
37197f5ec6 Update Navbar.d.ts (#19878)
navExpanded was renamed to expanded in https://github.com/react-bootstrap/react-bootstrap/commit/f9ea411
2017-09-27 13:47:16 -07:00
HenriqueCaires
32fdc3b1c3 Add timeout option (#19951) 2017-09-27 13:46:41 -07:00
Christian Rackerseder
a073151885 [loglevel] Moved everything to a namespace called log (#20063) 2017-09-27 13:45:40 -07:00
Martin Chaov
036c225f85 Updated Enzyme typings (#20073) 2017-09-27 13:42:11 -07:00
Andy
e2ac4b9aa4 mongoose-simple-random: Convert to external module (#20083) 2017-09-27 13:26:14 -07:00
Eloy Durán
aca6775acc Merge pull request #20086 from simontreny/master
[react-native] Add missing extractOffset() methods and Animated.ScrollView
2017-09-27 21:50:01 +02:00
Simon Treny
edc8fad69e Add missing extractOffset() methods and Animated.ScrollView 2017-09-27 21:34:31 +02:00
Tsvetomir Tsonev
920282c8b8 fix: allow custom filters (#20070) 2017-09-27 11:48:50 -07:00
Ed Staub
146a036764 Add onClick to Avatar, Chip (#20079)
* Add onClick to Avatar

This superficially addresses https://github.com/DefinitelyTyped/DefinitelyTyped/issues/19988, which should probably be closed when this is pulled, for lack of interest.

* Added onClick to ChipProps
2017-09-27 11:46:24 -07:00
Andy
e1ab501c77 iframe-resizer: Convert to external module (#20082) 2017-09-27 11:44:54 -07:00