Commit Graph

51296 Commits

Author SHA1 Message Date
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
Michelle Scharlock
0979551474 Added codeowners and updated comments in custom-functions-runtime (#29482)
* added codeowners and updated comments in CF-runtime

* fixing whitespace issues
2018-10-08 14:32:34 -07:00
meyer
49281a8e99 Revert "[react-dom] there is no type named Text" (#29483)
This reverts commit 96205f15ff.
2018-10-08 14:32:04 -07:00
Michael Lumish
57c23e7369 @types/node: Add missing 'verbatim' option in dns.resolve (#29488)
* @types/node: Add missing 'verbatim' option in dns.resolve

* Add dns.lookup verbatim option for Node 8 types
2018-10-08 14:31:03 -07:00
borkaborka
0e24eb45c6 [pg] Added query(QueryArrayConfig, values) overload (#29525)
* Added query(QueryArrayConfig, values) overload

* Update index.d.ts
2018-10-08 14:30:33 -07:00
borkaborka
10aae1842b ClientConfig/PoolConfig.statement_timeout (#29527) 2018-10-08 14:29:50 -07:00
Simon Epskamp
b3769d3ae8 [bezier-js] Make last args to quadraticFromPoints optional (#29544)
* Make last args to quadraticFromPoints optional

Also on cubicFromPoints.

As noted on the docs: https://pomax.github.io/bezierjs/
"The points p1 through p3 are required, all additional arguments are
optional."

* Add updated by
2018-10-08 14:29:14 -07:00
Florian Richter
53fa2492da mongodb: Fixed incomplete types from #29429 (#29546)
* mongodb: Fixed incomplete types (#29429)

* mongodb: Small fixes
2018-10-08 14:28:49 -07:00
Joe Tanner
aef71e1419 Fix typo in SafeAreaViewComponent docs (#29548) 2018-10-08 14:28:04 -07:00
Adrian D. Alvarez
a1e5eba8ee Add shortnameToUnicode function (#29547) 2018-10-08 14:27:02 -07:00
Pirasis Leelatanon
31daeec1d0 [redis] change increase-by-float commands to reply a string (#29541) 2018-10-08 11:49:15 -07:00
Kacper Wiszczuk
fc91b889a2 FIX Update FlatList and SectionList props (#29543) 2018-10-08 11:48:54 -07:00
Leo Cavalcante
797efa7948 Add next-redux-saga types (#29383)
* Add next-redux-saga types

* Add TypeScript version

* Matching TS version of React

* Sort by specific overload

* Fixes after npm run test

* Declare redux dependency

* Statically typed createStore

* For new packages, this file should only "extends": "dtslint/dt.json"

* require(next-redux-saga) is itself a function, not an object with a default property

* Enable ES Module Interop
2018-10-08 11:39:17 -07:00
Jesse Hallett
1899725695 Type definitions for array.prototype.flatmap (#29437)
* Type definitions for array.prototype.flatmap

* array.prototype.flatmap: importing "/auto" extends the Array prototype
2018-10-08 10:36:07 -07:00
Yanis Lukes
aef895f924 types df-visible: A fourth argument to the only function (#29314)
* df-visible: Fourth argument

Newer version of jquery-visible adds a fourth argument to the jQuery extended method.

* df-visible: added fourth argument test
2018-10-08 10:22:26 -07:00
WrathZA
bfa300406a Added definitions required to override getParentElement (#29317) 2018-10-08 10:22:08 -07:00
Kanitkorn Sujautra
29d283ca5c [redux-immutable] Upgrade type definition to support Redux v4 + Immutable v4 (#29334)
* [redux-immutable] Move the current version to v3 subfolder

* [redux-immutable] Copied v3 over to root and update it to v4
2018-10-08 10:21:41 -07:00
Sean Kelley
82307b21d5 [plotly.js] add barmode to Layout (#29342) 2018-10-08 10:20:33 -07:00