Commit Graph

41871 Commits

Author SHA1 Message Date
Bowden Kelly
697227f536 Merge pull request #24005 from bengry/master
Added types for 'tryer' (1.0.0)
2018-03-01 10:35:55 -08:00
Bowden Kelly
a73e382448 Merge pull request #23972 from eriktrom/qunit-todo-function-def
@types/qunit - add `QUnit.todo(name, callback)` fn signature
2018-03-01 10:35:11 -08:00
Bowden Kelly
11833e0b9a Merge pull request #23986 from joshhead/react-setstate-null
@types/react: Accept null or function returning null in React.Component setState
2018-03-01 10:34:57 -08:00
Bowden Kelly
808d8273b6 Merge pull request #23979 from ernest-galbrun/master
types/chrome: Fix the type of the window object provided by the PanelShownEvent
2018-03-01 10:34:08 -08:00
Bowden Kelly
19bf4121cb Merge pull request #23995 from gazaret/react-native-snap-carousel/3.6
[react-native-snap-carousel] Update to 3.6
2018-03-01 10:33:53 -08:00
Bowden Kelly
feb5d7c90b Merge pull request #23980 from CodeAnimal/stripe
[stripe] Subscription arguments updates
2018-03-01 10:33:38 -08:00
Bowden Kelly
92b87abeb8 Merge pull request #23994 from alex-sherwin/master
pg: Changing import of types to use named variants instead of an aliased module
2018-03-01 10:30:30 -08:00
Bowden Kelly
ff3f595106 Merge pull request #23999 from deerawan/routing-elasticsearch
Elasticsearch: Add _routing in GetResponse
2018-03-01 10:30:09 -08:00
Bowden Kelly
111a29ab25 Merge pull request #23960 from RamZallan/master
Add fetchAll definition to google-apps-script
2018-03-01 10:29:23 -08:00
Benjamin Lichtman
8fde03ebf9 Merge pull request #23945 from dancespiele/roads-server
Add types definitions for roads-server
2018-03-01 09:21:51 -08:00
Ben Grynhaus
51b7608b3e Added types for 'tryer' (1.0.0) 2018-03-01 18:34:17 +02:00
Grant Timmerman
445fc73238 Re-add @grant (#23991)
* Re-add @grant

* Add grant to index.d.ts
2018-03-01 07:48:56 -08:00
CodeAnimal
0525e27d3c Implement Plan/Product API changes on 2018-02-05
https://stripe.com/docs/upgrades#2018-02-05
https://stripe.com/docs/api#create_plan-product
https://stripe.com/docs/api#create_product-type
2018-03-01 13:23:14 +00:00
Budi Irawan
b075015c9a Add _routing in GetResponse elasticsearch 2018-03-01 23:38:38 +11:00
Nikolay Polukhin
14cb628011 [react-native-snap-carousel] fix activeAnimationType type 2018-03-01 14:52:18 +04:00
dominuskernel
fbe268136f remove comment in Http2Server 2018-03-01 11:22:46 +01:00
dominuskernel
c3a16f1266 turn optional the error_handler argument 2018-03-01 11:16:37 +01:00
Daniel Rosenwasser
38236e86d6 Merge pull request #23939 from scttcper/hapi-responseschema
hapi: allow joi object to be passed directly to response.schema
2018-03-01 00:54:12 -08:00
Daniel Rosenwasser
a8736efa98 Merge pull request #23846 from wrboyce/generic-pool-promiselike
generic-pool should use PromiseLike, not Promise
2018-03-01 00:53:42 -08:00
Nikolay Polukhin
a4642b2901 [react-native-snap-carousel] Update to 3.6 2018-03-01 10:34:43 +04:00
Alex Sherwin
88f695c16c Changing import of types to use named variants instead of an aliased
module

When "pg-native" is not available, importing the module as a wildcard
after tsc transpilation can cause the runtime to invoke the getter
for the 'native' export, which will print an annoying message from
the runtime (node, etc):

"Cannot find module 'pg-native'"
2018-03-01 00:27:30 -05:00
Josh Headapohl
b3b075efae @types/react: Update React.Component setState
Allow setState to accept an updater which is null or is a function that
may return null.

In React 16, passing null to setState or returning null from the updater
function does not cause an update.
2018-02-28 19:39:53 -05:00
Benjamin Lichtman
4bab2f7783 Merge pull request #23930 from nickp10/master
Types for jamon/playmusic npm module
2018-02-28 15:17:40 -08:00
Daniel Rosenwasser
1731fafaac Merge pull request #23478 from ffMathy/patch-2
fix for knockout mapping bug reported in #23015
2018-02-28 15:05:15 -08:00
Benjamin Lichtman
42676ad912 Merge pull request #23843 from ericsoft/master
[angular-desktop-notification] Added typings
2018-02-28 14:27:54 -08:00
Benjamin Lichtman
259e74b038 Merge pull request #23949 from mizdra/recharts
[recharts] Fix property types of <Brush />
2018-02-28 14:09:05 -08:00
Benjamin Lichtman
ce5f17804c Merge pull request #23874 from ericmorand/luxon_settings_resetCaches
Fix a typo with luxon Settings::resetCaches()
2018-02-28 14:08:30 -08:00
Benjamin Lichtman
db4c94c2cc Merge pull request #23946 from arusakov/bson-objectid-cachehexstring
bson: add cacheHexString boolean flag to ObjectID
2018-02-28 14:07:08 -08:00
Benjamin Lichtman
4d25d11446 Merge pull request #23929 from phil-lgr/webdriverio-4.10.2-fixes
[webdriverio] Nullable Hooks, fix reporterOptions, add `deprecationWarnings`, add `browserstackLocal`
2018-02-28 14:05:55 -08:00
Benjamin Lichtman
6d7db72fd4 Merge pull request #23941 from brabster/elasticsearch-create-routing
[elasticsearch] allow routing key in CreateDocumentParams
2018-02-28 14:01:14 -08:00
Benjamin Lichtman
f7382dc316 Merge pull request #23892 from Meir017/patch-2
[Puppeteer] added missing member on LaunchOptions
2018-02-28 13:43:09 -08:00
Benjamin Lichtman
7a673eaaad Merge pull request #23889 from MattTennison/fetch-mock
[fetch-mock] Add Mock Configuration Option Types
2018-02-28 13:40:18 -08:00
Benjamin Lichtman
83cd08eb98 Merge pull request #23950 from danielgronberg/master
Added null as valid argument type to ssh2-sftp-client get
2018-02-28 13:38:36 -08:00
Benjamin Lichtman
56f2bb337e Merge pull request #23944 from stuartflgray/master
[Chart.js] Add radius 'r' property to ChartPoint interface for bubble charts
2018-02-28 13:37:57 -08:00
Benjamin Lichtman
7b7a111568 Merge pull request #23938 from steven-joyce/update-doubleclick-gpt-to-v179
Update doubleclick-gpt to v179
2018-02-28 13:37:34 -08:00
Benjamin Lichtman
3726ddb5e1 Merge pull request #23894 from itoasuka/fix/karma-webpack
fix: karma-webpack's Incorrect option name
2018-02-28 13:36:35 -08:00
Benjamin Lichtman
47110f553e Merge pull request #23772 from chriskrycho/ember-fix-isEvery
Ember: `isEvery` has optional second arg.
2018-02-28 13:35:27 -08:00
Benjamin Lichtman
84cc9ebec3 Merge pull request #23934 from jrocha/master
added definitions for PrecisionModel, GeometryFactory (partial), GeometryFactory, OL3Parser, WKTWriter
2018-02-28 13:06:32 -08:00
Benjamin Lichtman
0609e91ed2 Merge pull request #23895 from veeramarni/patch-1
NavbarFormProps to have pullLeft property
2018-02-28 13:04:42 -08:00
Benjamin Lichtman
30a48b1ea1 Merge pull request #23919 from Nexxado/patch-3
[video.js] Added missing methods to Player interface
2018-02-28 13:03:35 -08:00
Benjamin Lichtman
cdf3b17f0c Merge pull request #23881 from Flarna/sinon_add_calledOnceWithExcatly
[sinon] add calledOnceWithExactly() and calledOnceWith() added in 4.3.0
2018-02-28 13:02:48 -08:00
Benjamin Lichtman
6d8f1337a3 Merge pull request #23907 from shreyjain1994/master
Add additional typings for config options for `Knex`
2018-02-28 13:01:32 -08:00
Benjamin Lichtman
8895c04ecf Merge pull request #23742 from tobli/har-format-updates
[har-format] Har spec compliance and WPT compatibility.
2018-02-28 13:00:12 -08:00
Benjamin Lichtman
a161fab811 Merge pull request #23751 from jnizet/feat/luxon-0.5.2
luxon: add changes introduced in versions 0.5.0, 0.5.1 and 0.5.2
2018-02-28 12:58:38 -08:00
Benjamin Lichtman
6695665d7c Merge pull request #23752 from obeliskos/master
updated typings to support new ops and updated interfaces
2018-02-28 12:57:44 -08:00
Benjamin Lichtman
138e080138 Merge pull request #23796 from newyankeecodeshop/react-html-dialog-element
[react] - Add HTMLDialogElement to globals for projects without DOM
2018-02-28 12:35:22 -08:00
Benjamin Lichtman
e6527f16eb Merge pull request #23783 from RomanGotsiy/master
[mark.js] Improve types and add tests
2018-02-28 12:33:38 -08:00
Benjamin Lichtman
9e91137443 Merge pull request #23917 from dawnmist/react-bootstrap-table/fix-custom-filter-definitions
[react-bootstrap-table]: Fix error in CustomFilter definitions & support expandAll row options.
2018-02-28 12:30:52 -08:00
desahaMS
72a7f7bbb3 Update index.d.ts (#23790) 2018-02-28 12:21:01 -08:00
Benjamin Lichtman
b0bc20e40a Merge pull request #23876 from a-xin/patch-1
[jest] update jest.clearAllMocks() description and remove @deprecated
2018-02-28 12:18:03 -08:00