Commit Graph

51313 Commits

Author SHA1 Message Date
Alex Jerabek
9158d5c42c [office-js] Escaping characters to match TSDoc (#29588)
* Fixing doc errors and spacing

* TSDoc changes

* Adding Outlook escape characters
2018-10-09 17:30:21 -07:00
murt
95d7637bed autoprefixer: updated to match postcss Plugin types for postcss 7.x (#29357)
* autoprefixer: updated to match postcss Plugin types for postcss 7.x types, resolve error with Transformer type

* #29357: Renamed autoprefixer.AutoprefixerOptions to autoprefixer.Options
2018-10-09 17:29:35 -07:00
Adam Lavin
fe3bb114a3 [styled-components] Upgrade to 4.0.0 (#29389)
* [styled-components] Upgrade to 4.0.0

* [styled-components] Remove 2.9 dependent test, lower ts version

* [styled-components] Add ThemeConsumer

* [styled-components] Remove unused import in test

* [styled-components] Add v3 typings

* [styled-components] Fix themed keyframes return type

* Loosen up type for as prop, add extra test case

* Remove unnecessary generic prop
2018-10-09 15:48:36 -07:00
martajuliadev
163df17a1f Modified package: types/bunyan, added types: RotatingFileStream, RotatingFileStreamOptions (#27967)
* Bunyan types: RotatingFileStream type added, tests updated

* Bunyan types: RotatingFileStream type added, tests updated part2

* Change after review remarks- path should not be optional field in RotatingFileStream
2018-10-09 14:17:35 -07:00
maruware
84dd246f35 koa-logger: support opts arg. (#27689) 2018-10-09 14:13:54 -07:00
Mosh Feu
186b322d9c tests and lint (#29575)
* tests and lint

* try keep tslint
2018-10-09 14:05:09 -07:00
Paul Selden
86c13ea3d3 [@types/stellar-sdk] Add hint and signature to xdr.DecoratedSignature (#29557) 2018-10-09 13:54:15 -07:00
Tijs Zwinkels - TinkerTank
3cd87a2953 Definitions for strophe.js, as suggested in PR #27682. (#28257)
* Definitions for strophe.js, as suggested in PR #27682.

* [strophe.js] Make all 'Function' types from muc.d.ts more specific.

* [strophe.js] enable as many lint rules as possible.

* [strophe.js] fix the headers.

* [strophe.js] More cleanup to enable more tslint rules.
2018-10-09 12:11:19 -07:00
Yuya Tanaka
2bd9965877 [meow] add booleanDefault option (#28520) 2018-10-09 12:09:51 -07:00
Pete
51a7427bab Add types for Theo (#28683)
* Add types for Theo package

* Remove strings and Theo interface

* Fix tests

* Remove string type from Transform union type

* 'OutputFormat' -> 'Format'
2018-10-09 12:09:03 -07:00
Julian Wilson
722809894a Update utils.d.ts to include isHexStrict method in @types/web3 (#29236)
* Update utils.d.ts to include `isHexStrict` method

As per the documentation in beta 36, there is a method `isHexStrict` method that checks if the passed string is hex and additionally starts with the '0x' prefix.

* Restrict parameters to number or string in `isHexStrict`.

* Remove superfluous string type in `isHexStrict`

* `isHexStrict`: add test case for number
2018-10-09 12:07:44 -07:00
mhuynh1
ab64ce72e8 add react-better-password (#29278)
* add react-better-password

* resolve CI errors

* enable strictFunctionTypes

* changed onChange type from any to function

* mark onChange as optional
2018-10-09 12:07:10 -07:00
Henrik Raitasola
7bc89a263f Add missing function (#29313) 2018-10-09 12:06:30 -07:00
Paweł Łaski
b8d77425e3 add isSensor property to Body (#29339) 2018-10-09 11:59:03 -07:00
Cerberuser
df68ef81fc Fix for backgroundColor property (#29361) 2018-10-09 11:56:35 -07:00
Thiago Dourado de Andrade
4070a91a41 [redux-actions@2.3] Added type for options (#29332) 2018-10-09 11:55:38 -07:00
sJJdGG
2d8bcf15b9 [react-native-video] add seekableDuration to onProgress callback data (#29369)
* Update onProgress - Add seekableDuration

seekableDuration was missing from onProgress  callback data.

* Update react-native-video tests
2018-10-09 11:50:10 -07:00
Chocobozzz
8fcdf2d62c Use generic for the transaction function (#29377) 2018-10-09 11:48:34 -07:00
Simon Schick
389797ccb6 fix(node): fix version headers (#29393)
* fix(node): fix version headers

* fix(node): define dummy interface for Set/ReadonlySet
2018-10-09 11:47:57 -07:00
Mező István
62fca3d19e Update pikaday types to 1.7 (#29378) 2018-10-09 11:47:00 -07:00
Martin Yrjölä
c1105c72dc [detox] Fix types according to example snippets (#29399)
Some of the Detox types were broken when testing on the example snippets
included in the docstrings. These changes fix the tslint errors to the newly
added tests.
2018-10-09 11:44:44 -07:00
Lucas de Almeida Carotta
670a956ed7 Adding Generic support to query Documents. (#29410) 2018-10-09 11:42:33 -07:00
Tarnay Kálmán
20640a50d6 [cassandra-driver] ResultSet.first can return null, add 3.5.0's noCompact, bump version (#29411)
this might be a build breaking change for some users of "first" in strict null checking mode, albeit one with an easy fix:
if you are sure that having zero returned rows is impossible, just add an exclamation mark to ignore the null check like this: r.first().!get(0) or just perform a proper check..
2018-10-09 11:41:30 -07:00
Joey Silva
de733a2952 Add startOperation and endOperation to codemirror (#29427)
https://codemirror.net/doc/manual.html#startOperation
2018-10-09 11:39:22 -07:00
Luis Stanley Jovel
fa6c0efef5 Plotly.js add missing properties (#29428)
* Add definitions for removeAllListeners funtion as detailed https://github.com/plotly/plotly.js/issues/107#issuecomment-279716312

* adding automargin property as per the documentation: https://plot.ly/javascript/reference/#layout-xaxis-automargin

* making the colorbar property optional

* Fix lint warnings

* updating tests

* create ColorBar interface
2018-10-09 11:38:55 -07:00
Borys Kupar
9adaa35c58 [jsforce] Add LimitsInfo, Fix logout (#29435) 2018-10-09 11:38:03 -07:00
Adham El Banhawy
3db5b2e69e Add JSX Elements support (#29438)
Allow JSX Elements as added types for title/message properties of the Notification interface. This will allow custom html tags like spans and divs with more control over the notifications' appearance, as is possible in the js module.
2018-10-09 11:37:44 -07:00
Elizabeth Samuel
da221f700f custom-functions-runtime: Update project name (#29489) 2018-10-09 11:37:15 -07:00
Mauri Edo
f9bfc03bb5 swagger-schema-official: add support for references in parameters and responses (#29532)
* add support for references in parameters and responses

* update definitions by section

* expand scope to schema references
2018-10-09 11:36:46 -07:00
sverbist
7b98a163a5 Include 'uv' in Intersection interface (#29538)
According to https://threejs.org/docs/#api/en/core/Raycaster, the raycaster returns an object which contains a property called 'uv' which is a Vector2 object. This commit adds this to the typings to reflect this.
2018-10-09 11:30:57 -07:00
Nikolay Yakimov
e0aa5bf22c atom: update to version 1.31 (#29551) 2018-10-09 11:30:10 -07:00
Megan Riel-Mehan
63fe7c321d made selected data point more general for bar plots etc (#29582) 2018-10-09 11:29:48 -07:00
Paul Selden
7ac171e685 Add StellarTomlResolver to stellar-sdk. (#29552)
See https://github.com/stellar/js-stellar-sdk/blob/master/src/stellar_toml_resolver.js#L31
2018-10-09 11:28:34 -07:00
Paul Selden
973899df2d [@types/stellar-sdk] Add bumpSequence operation (#29554) 2018-10-09 11:13:30 -07:00
Piotr Roszatycki
216fc5df12 simple-websocket: tweak typings for EventEmitter (#29563) 2018-10-09 11:12:42 -07:00
Krzysztof
13327ae0fc [mongodb] Allow "date" type in $currentDate (#29568) 2018-10-09 11:12:21 -07:00
Kerem
8dc1bbffc1 Orders type specified as "asc"|"desc" instead of string in orderBy. (#29572) 2018-10-09 11:11:50 -07:00
Waseem Dahman
5a8d34fa70 Add expand property on MatcherUtils (#29578) 2018-10-09 11:09:24 -07:00
Max
3d4028cde1 add missing types and functions to fluxible (#28729)
* add types for package 'fluxible'

* add fluxible router types

* fix tests

* fixed annotation

* add missing types

* fix tsconfig.json

* fix for lint

* fix lint

* fix name of a package

* add missing description

* delete bad copypaste

* add test file

* add tests

* fix getStore type check
2018-10-09 10:53:16 -07:00
Frank Li
fcaad045de Update type definitions for the latest version of inline-style-prefixer (#29426)
* Update inline-style-prefixer-tests.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2018-10-09 09:43:52 -07:00
Dimitar Danailov
d72804af05 [@types/chai-fs] Repo has a support for chai-fs. (#29430)
* Repo has a support for chai-fs. My pull request doesn't covers this
combination:
expect(path).to.be.a.file(msg).with.contents.that.match(/xyz/, msg);

* Remove blank line, downgrade typescript version to 2.0.0 and
strictNullChecks are equal to true.

* Fix build issue with typescript verion.

* Remove "v" from version.

* Typescript version should be: 2.2

* fix lint issues
2018-10-09 09:42:11 -07:00
Audy Tanudjaja
0fc1fd7483 add base64 and exif in CameraOptions - ImagePicker - Expo (#29553) 2018-10-09 08:45:21 -07:00
Piotr Roszatycki
a04638d3e7 wtfnode 0.7.0 (#29559) 2018-10-09 08:44:21 -07:00
Tyler Murphy
b17c41af1e Adds types for stream-array. (#29569) 2018-10-09 08:43:39 -07:00
Leonard Thieu
d883a9fd50 [jquery] Documentation improvements. Add jQuery.cleanData and overloads for jQuery.getScript and Data APIs. (#29573)
* [jquery] Introduce interface for `jQuery.fx`.

* [jquery] Attach `jQuery.Deferred` documentation to correct symbol.

* [jquery] Convert `jQuery.Callbacks` to an interface.

This change is purely for consistency with similar properties (e.g. `jQuery.Deferred`, `jQuery.Event`).

* [jquery] For `JQuery`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.

* [jquery] For `JQueryStatic`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.

* [jquery] For `JQuery.Event`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.

* [jquery] For `JQuery.Callbacks`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.

* [jquery] For `JQuery.PromiseBase`/`JQuery.Deferred`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.

* [jquery] Consistent ordering.

* [jquery] Add `jQuery.getScript(options)`.

See https://github.com/jquery/api.jquery.com/issues/1052.

* [jquery] Fix documentation for this one overload of `jQuery.proxy`.

* [jquery] Accept `Document`, `Window`, and `JQuery.PlainObject` for the `element` parameter of Data APIs.

See 354f6036f2/test/unit/data.js (L142-L164) and https://github.com/jquery/api.jquery.com/issues/1035.

* [jquery] Add `jQuery.cleanData`.

See https://github.com/jquery/api.jquery.com/issues/996.
2018-10-09 08:34:57 -07:00
Ryan Waskiewicz
7e11725c47 Update externals definition for Webpack V3 (#29346)
* Update externals definition for Webpack V3

 - Externals should accept objects as their values (see https://webpack.js.org/configuration/externals/\#object);

* update types, add additional test
2018-10-09 07:18:05 +01:00
Ryan Waskiewicz
f0456f741e Update externals definition for Webpack V4 (#29345)
* Update externals definition for Webpack V4

 - Externals should accept objects as their values (see https://webpack.js.org/configuration/externals/\#object);

* fix linting errors

* update types, add additional test
2018-10-09 06:59:49 +01:00
Shuhei Tsukamoto
56073ea2ff onClick() and onHover() only receive single argument. (#29392) 2018-10-08 17:44:18 -07:00
Kristijan Sedlak
f66411657c Fix ListingOptions.limit type (#29416) 2018-10-08 14:34:42 -07:00
Josh Duff
c77754a345 Remove deepmerge: no longer needed (#29415) 2018-10-08 14:34:27 -07:00