Commit Graph

45218 Commits

Author SHA1 Message Date
Benjamin Lichtman
914ec0fd27 Merge pull request #26169 from gebeto/master
chart.js - improve Chart and PluginServiceRegistrationOptions
2018-05-31 09:15:53 -07:00
Benjamin Lichtman
7f148b5778 Merge pull request #26164 from ryanrhee/patch-1
node-fetch: Add URLSearchParams as valid body
2018-05-31 09:12:25 -07:00
Benjamin Lichtman
0b153f7967 Merge pull request #26159 from Crazometer/patch-2
MySQL - Add typed array to dateStrings
2018-05-31 09:05:53 -07:00
Benjamin Lichtman
db605bd90a Merge pull request #25760 from maciek134/24574-socket-use
[@types/socket.io] fix: socket.use (#24574)
2018-05-31 09:02:50 -07:00
gebeto
3fa573769e chart.js - improvements 2018-05-31 14:06:24 +03:00
Ryan Rhee
4f80dd48d1 Add URLSearchParams as valid body
MDN includes URLSearchParams as a valid type for the body
2018-05-31 02:39:03 -04:00
Justin Sprigg
e7eef22dcb Simplify array type 2018-05-31 13:02:16 +10:00
Justin Sprigg
5275b58e57 Test dateStrings 2018-05-31 12:49:54 +10:00
Justin Sprigg
aecb8f9564 Add type array to dateStrings 2018-05-31 12:44:43 +10:00
Ron Buckton
21c6ad0a19 Merge pull request #25882 from DefinitelyTyped/node10es5
Remove dependency on types not in ES5
2018-05-30 09:44:08 -07:00
Daniel Rosenwasser
bb1cc0e143 Merge pull request #26111 from dfreeman/ember-static-initializer-method
[ember] `initializer` and `instanceInitializer` are static methods
2018-05-29 22:12:47 -07:00
Daniel Rosenwasser
1e78de3702 Merge pull request #26127 from 0xProject/feature/web3-eth-abi
Add types for web3-eth-abi
2018-05-29 22:11:58 -07:00
Daniel Rosenwasser
320e68d469 Merge pull request #26128 from 0xProject/feature/to-snake-case
Add types for to-snake-case
2018-05-29 22:11:34 -07:00
Daniel Rosenwasser
995bfeb7dc Merge pull request #26133 from jacobbubu/string-width
Add types to string-width
2018-05-29 22:10:15 -07:00
jacobbubu
6c10f1278d Add types to string-width 2018-05-30 10:18:34 +08:00
Benjamin Lichtman
348d75dac9 Merge pull request #26130 from uniqueiniquity/codeowners_update_real
Update CODEOWNERS
2018-05-29 16:48:06 -07:00
Benjamin Lichtman
0b088aaccf Update CODEOWNERS 2018-05-29 16:44:03 -07:00
Daniel Rosenwasser
71eddcafb0 Merge pull request #26121 from 0xProject/feature/hdkey
Add types for hdkey
2018-05-29 16:41:28 -07:00
Daniel Rosenwasser
4500c2372f Merge pull request #26122 from 0xProject/feature/find-versions
Add types for find-versions
2018-05-29 16:41:08 -07:00
Daniel Rosenwasser
96f641fadf Merge pull request #26123 from 0xProject/feature/compare-versions
Add types for compare-versions
2018-05-29 16:40:48 -07:00
Daniel Rosenwasser
ca033a6408 Merge pull request #26125 from 0xProject/feature/lerna-get-packages
Add types for lerna-get-packages
2018-05-29 16:40:31 -07:00
Daniel Rosenwasser
d73d7f8a3e Merge pull request #26126 from 0xProject/feature/semver-sort
Add types for semver-sort
2018-05-29 16:39:58 -07:00
Daniel Rosenwasser
ab66f4effd Merge pull request #25932 from baywet/bugfix/implicitAnysSharePointTypes
fixing a bug where SharePoint type definitions would include an implicit any
2018-05-29 16:39:14 -07:00
Daniel Rosenwasser
55178dce6f Merge pull request #25929 from AmirTugi/master
Add declaration file for express-paginate
2018-05-29 16:37:27 -07:00
Leonid Logvinov
5f0289a00d Add types for to-snake-case 2018-05-29 16:35:24 -07:00
Leonid Logvinov
932fd7a065 Add types for web3-eth-abi 2018-05-29 16:30:34 -07:00
Daniel Rosenwasser
f82a958b88 Merge pull request #25942 from zaqqaz/master
Add defenition for allure-js-commons
2018-05-29 16:11:37 -07:00
Leonid Logvinov
060f28864a Add types for semver-sort 2018-05-29 16:07:31 -07:00
Daniel Rosenwasser
d9b15d5728 Merge pull request #25981 from stuartlong/stuartlo/ckeditor/update
Stuartlo/ckeditor/update
2018-05-29 16:01:52 -07:00
Budi Irawan
044f8c7d84 feat: add date properties in Job (#26076) 2018-05-29 16:01:47 -07:00
Ingmar Jager
12e3811181 Add Hasher functions and improve interfaces (#26030)
Differentiate between Ciphers and Hashers so that it aligns better with the real library
2018-05-29 16:01:32 -07:00
Daniel Rosenwasser
9dea2be0fb Merge pull request #25986 from rmchndrng/master
Definition for SMART on FHIR Client(fhir-js-client)
2018-05-29 16:00:47 -07:00
RayBrokeSomething
7993842d5e Added webdriverIO startActivity optionals (#25957)
* Added webdriverIO startActivity optionals

* Fixed spacing.
2018-05-29 16:00:37 -07:00
Mosh Feu
ab95daceb2 takePictureAsync should take a optional param (#26065)
`options: PictureOptions` is not mandatory.
2018-05-29 16:00:21 -07:00
Daniel Rosenwasser
0c9ac48065 Merge pull request #25816 from momentumworks/master
[matter.js] Added damping to constraints
2018-05-29 16:00:14 -07:00
Kalle
9ffa281e1b [node-telegram-bot-api] Added sendMediaGroup (#26066)
* Added sendMediaGroup

[sendMediaGroup](435f06319e/src/telegram.js (L1831-L1877)) doesn't seem to [work](https://github.com/yagop/node-telegram-bot-api/issues/492) currently but here are the typings for it.

* Typo in github domain

* Removed whitespace and added semicolon
2018-05-29 16:00:04 -07:00
Dongwoon Son
faf3591869 Declare namespace for p-defer (#25917) 2018-05-29 15:59:38 -07:00
Drew Diamantoukos
5d98d9b7fd Plotly.js: Fixing and expanding ScatterMarker types (#26038)
* Adding pointcloud type for Plotly scatter type and sizemax for Marker

* Added xy field for ScatterData, which is used by pointcloud

* Added colorbar and gradient types to ScatterMarker. Fixed cmax/cmin being boolean when they are numbers. Allowed colorscale to be array of arrays per spec.
2018-05-29 15:59:07 -07:00
Ruben Vermeersch
57c9e88f6b fetch-mock: Add missing sandbox() definition (#25993)
Fixes #20421
2018-05-29 15:58:48 -07:00
Jeong Inyong
454f19e14d added parameter at Map constructor (#26075) 2018-05-29 15:57:51 -07:00
Alaa Masoud
a5bc807dac Add named exports (#26060) 2018-05-29 15:57:13 -07:00
Daniel Rosenwasser
cccda4a33b Merge pull request #25761 from bladegun/master
[ol] Added exports of ol.proj object
2018-05-29 15:55:22 -07:00
James Garbutt
38df6613ce sinon: move incorrect xhr restore method (#26119) 2018-05-29 15:55:03 -07:00
Jan Bevers
4757d2b37c [redux-first-router] Add querySerializer param to pathToAction (#26099) 2018-05-29 15:54:55 -07:00
Zev Spitz
33da0daffb [activex-*] Remove Enumerator overload taking SafeArray (#26103)
* Remove enumerator overload that takes SafeArray

* Interop tests depend on activex-scripting; associated version bump

* windows-script-host version bump

* npm test fixes

* Fix comment
2018-05-29 15:54:20 -07:00
Leonid Logvinov
32c6c2c308 Add types for lerna-get-packages 2018-05-29 15:54:08 -07:00
Daniel Rosenwasser
bae55e8629 Merge pull request #25821 from nikcorg/feat/node-fetch-2.1.2
Update node-fetch definitions to v2.1.2
2018-05-29 15:53:47 -07:00
Daniel Rosenwasser
a8b0557d01 Merge pull request #25933 from andrew8er/feature/node-buffer-compare-types
[node]: Improve Buffer/Uint8Array interoperability
2018-05-29 15:52:17 -07:00
Edward Sammut Alessi
26a4f6c201 Typings for @ptomasroos/react-native-multi-slider (#25969)
* Typings for RN multi slider by ptomasroos

* Add other exports

* Fixes

* Undo removing tests from files

* Fix TS version
2018-05-29 15:51:41 -07:00
Leonid Logvinov
5154127522 Add types for solidity-parser-antlr (#26113)
* Add types for solidity-parser-antlr

* Specify TypeScript version to be at least 2.1
2018-05-29 15:50:55 -07:00