Commit Graph

60583 Commits

Author SHA1 Message Date
Fedail Yusein
1c24ca23fc Add type definition of the module format-number (#34101)
* Add type definition of the module format-number

Add type definition of the module format-number

Amend

Amend

* Add README.md

* Remove unnecessary files

Trigger github devops

Add line at the end of the file

* Remove unnecessary line
2019-03-26 17:21:05 +01:00
ExE Boss
82ab88b4fd feat: Add prefixfree (#34164)
* feat: Add `prefixfree`

* chore(prefixfree): Require TypeScript 2.8

* fix(prefixfree): Enable `strictNullChecks`

Co-Authored-By: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2019-03-26 17:20:59 +01:00
Alejandro Sánchez
6f7df5ecb9 [@types/leaflet.markercluster] add missing chunkInterval option (#34030)
* leaflet.markercluster: add missing chunkInterval option

* leaflet.markercluster: bump version number to 1.4
2019-03-26 17:20:53 +01:00
David Acevedo
ea79c6c204 [react-burger-menu] update typings to 2.6.5 (#34014) 2019-03-26 17:20:48 +01:00
louiereese
763d0c6d80 add export to WrapperClass to address compiler error (#34013) 2019-03-26 17:20:44 +01:00
Paul Hawxby
67704d0aee Fix missing signal (#34002) 2019-03-26 17:20:39 +01:00
Guilherme Amorim
2f2f6d25ae Fixing event definitions (#34000)
* fix: Corrects "Done", "DoneProc" & "DoneInProc" definitions
2019-03-26 17:20:35 +01:00
Johan Davidsson
58e4f00832 [@types/htmlparser2] Update typings for Htmlparser2 (and related modules) to match updates (#33921)
* Added new types for domelementtype

* Modify existing types for htmlparser2

* Updating PULL_REQUEST_TEMPLATE.md

* Revert changes to .github/PULL_REQUEST_TEMPLATE.md

* Fixed missing optional

* Adding DomUtils

* Update dependencies

* Removed requirement for TypeScript 2.1 and updated test

* Updated test to include DomUtils and DomHandlerOptions.

* Updated domhandler tests

* Remove incorrect constructor in Parser

* Remove incorrect constructor in WritableStream

* Change way of importing in tests

* Adding deprecated fallback to Options

* Add deprecated Options as a fallback to sanitize-html

* Add ParserOptions

* Use the deprecated Options
2019-03-26 17:20:31 +01:00
James Nimlos
486030d264 Update fluent definitions for v0.11 (#33859)
* update fluent definitions for v0.11

* remove circular reference

* add typescript version requiring fix

* downgrade ts version

definitelytyped-header-parser errors on prereleases versions but
TS v3.4 is not actually released so it also errors
2019-03-26 17:20:26 +01:00
Daniel Fürst
277ae76f59 [@types/react-color] Fix wrong color type on swatch hover (#33984)
* Fix wrong type on swatch hover

* Change variable name for consistency

* Add user as definitions author

* Change major version due to breaking changes
2019-03-26 17:20:21 +01:00
Matheus Gonçalves da Silva
b2e5f15e64 Add type definitions to webpack-plugin-serve (#33948)
* feat(wps): add webpack-plugin-serve types

* fix export method

* fix declaration

* add strictFunctionTypes

* fix declaration problems

* remove redundant declare

* add correct level types

* export history api interfaces

* reuse koa-compress and koa-static

* fix padding
2019-03-26 17:20:17 +01:00
TokugawaT_YD
239748d8be Types for gulp-tap (#31917)
* Types for "gulp-tap" added

* Types for "gulp-tap" added

* Requested changes applied

* Requested changes applied
2019-03-26 17:20:12 +01:00
Silas Rech
79108a1ef2 [bull] allow supplying of the queue type when creating a new instance (#34154) 2019-03-26 17:20:07 +01:00
Paul Melnikow
2987a599bb [cacheable-request] Include type alias for cache adapter (#34155)
* [cacheable-request] Include type alias for cache adapter

This allows easily declaring a parameter that will be passed into the
constructor.

Ref https://github.com/sindresorhus/got/pull/760#discussion_r268277506

* Fix missing semicolon

* Move StorageAdapter into namespace
2019-03-26 17:20:03 +01:00
Ryo Ota
d9ad8e5363 Remove the type definition of get-port (#34165) 2019-03-26 17:19:58 +01:00
codert
259db5c3aa fabric.Image.setElement method has no callback argument (#34173)
* fix: setElement type definition

* chore: add definitions by
2019-03-26 17:19:53 +01:00
Alexander Tesfamichael
e46fcb1f40 Add instance methods to React Native Material Textfield (#34175)
* Add methods

* Add examples of method use
2019-03-26 17:19:49 +01:00
timolinn
2474134ef0 new package: burns 2019-03-26 17:02:08 +01:00
TypeScript Bot
afea35d9ff Update CODEOWNERS (#34143) 2019-03-25 08:08:58 -07:00
James DiGioia
0f65a07217 Allow callback to take null in the error param (#34180)
Most nodebacks use `null` there to indicate no error, so the
types for `fromNodeCallback` should allow `null`.
2019-03-25 07:45:10 -07:00
Daniel Fischer
9f9a54254c [nodemailer] add messageId() method to MimeNode (#34160)
* [nodemailer] add messageId() method to MimeNode

The [example transport plugin](https://nodemailer.com/plugins/create/#transport-send-mail-callback) currently fails to compile in TypeScript because of the missing `messageId()` method on `MimeNode`.

* remove whitespace

* Update mime-node.d.ts
2019-03-25 07:44:21 -07:00
chivesrs
22e9e40427 Add types for $mdUtil (#34115) 2019-03-25 07:43:27 -07:00
Benjamin Evenson
92b0d5bb4e [Slate-JS] Add type for setDecorations on Editor (#34174) 2019-03-25 07:41:00 -07:00
Paul Melnikow
c6cac22911 [recharts] Remove myself (#34159)
I stopped using Recharts and prefer not to get notifications each time
someone wants to change it.
2019-03-24 23:20:55 -07:00
Pine
549a324ea4
Merge pull request #34172 from octref/master
VS Code 1.32 Extension API
2019-03-24 19:47:09 -07:00
Pine Wu
233c4eb104 VS Code 1.32 Extension API 2019-03-24 19:46:35 -07:00
Pine
863a43aae7
Merge pull request #34171 from octref/master
VS Code 1.31 Extension API
2019-03-24 19:41:35 -07:00
Pine Wu
f2f9abd80f VS Code 1.31 Extension API 2019-03-24 19:41:06 -07:00
Pine
13c25f1dcc
Merge pull request #34170 from octref/master
VS Code 1.30 Extension API
2019-03-24 19:29:43 -07:00
Pine Wu
455601a693 VS Code 1.30 Extension API 2019-03-24 19:28:54 -07:00
Pine
402a28378a
Merge pull request #34169 from octref/master
VS Code 1.29 Extension API
2019-03-24 19:14:20 -07:00
Pine Wu
3ce5e5e4a8 VS Code 1.29 Extension API 2019-03-24 19:13:38 -07:00
Pine
4b8888b4fd
Merge pull request #34168 from octref/master
VS Code 1.28 Extension API
2019-03-24 18:53:18 -07:00
Pine Wu
9fc8b3a09c VS Code 1.28 Extension API 2019-03-24 18:52:48 -07:00
Pine
b408ecc905
Merge pull request #34167 from octref/master
VS Code 1.27 Extension API
2019-03-24 18:43:30 -07:00
Pine Wu
9f36a45263 VS Code 1.27 Extension API 2019-03-24 17:11:12 -07:00
Pine
51e948dd45
Merge pull request #34163 from octref/master
VS Code 1.26 Extension API
2019-03-24 17:10:37 -07:00
Pine Wu
db785e1f21 VS Code 1.26 Extension API 2019-03-24 17:08:27 -07:00
Pine
85e36757a2
Merge pull request #34129 from octref/master
VS Code 1.25 Extension API
2019-03-24 11:06:44 -07:00
Elizabeth Samuel
a642ee239c [office-js] [office-js-preview] (Outlook) Update options param info (#34127) 2019-03-23 21:29:39 -07:00
Miika Hänninen
c7e3f70c73 Ramda remaining 0.26 changes (#34141)
* [Ramda] Added dropRepeats, mergeLeft and hasPath definition

* Ramda: Add definition for otherwise

* Ramda: Add definitions pipeWith and composeWith

* Ramda: Add definition for then

* Ramda: Add definition for thunkify

* Ramda: Remove definition for memoize

This previously deprecated function was removed in 0.26

* Ramda: Update memoizeWith documentation and fix its typing

* Ramda: Mark new deprecations

* Ramda: set minimum ts version to 3.3

* Ramda: Add definition for dropRepeatsWith

* Ramda: Add definition for mergeRight

* Ramda: Improve the types of the merge functions
2019-03-23 21:29:05 -07:00
mtgto
fca6fe6c8a [google-apps-script] Add definitions for calendar, admin directory API for advance service (#34073)
* [google-apps-script] Add definitions for calendar, admin dir for advance

* [google-apps-script] abbreviate redundant namespace hierarchy.

* [google-apps-script] lowerize boolean, string[]
2019-03-23 21:26:46 -07:00
Sheetal Nandi
d67823103e
Merge pull request #34049 from hlthi/master
Update pako typings
2019-03-23 21:25:31 -07:00
Sheetal Nandi
7c6d86ad00
Merge pull request #34144 from karanlyons/type-hlsjs-accessors
HLS.js: Fix readonly properties and remove nonexistent ones.
2019-03-23 21:21:46 -07:00
Sheetal Nandi
fd8a53cd11
Merge pull request #34138 from alex2wong/chartjsLineHeightofScaletitle
For types/chart.js, added lineHeight/padding to ScaleTitleOptions
2019-03-23 21:20:56 -07:00
Karan Lyons
61521a9795
Remoce nonexistent props. 2019-03-23 09:44:45 -07:00
Karan Lyons
0666476861
Mark getter props as readonly. 2019-03-23 09:44:12 -07:00
Muhammet Öztürk
866e924bb9
Merge branch 'master' into master 2019-03-23 15:41:02 +03:00
alex2wong
0a3dbd08d2 For types/chart.js, added lineHeight/padding to ScaleTitleOptions 2019-03-23 16:58:37 +08:00
Sheetal Nandi
7d91d6eb32
Merge pull request #34125 from AlexJerabek/AlexJ-WordHighlightColor
[office-js, office-js-preview] Adding note about Word's font.highlightColor for Desktop
2019-03-22 17:39:57 -07:00