Commit Graph

62172 Commits

Author SHA1 Message Date
Adam Zerella
a9cb5fa8b8 Adding type defs for y18n (#35050) 2019-04-28 23:58:52 -07:00
Adam Zerella
5de1470697 Adding type defs for format-util (#35052) 2019-04-28 23:57:42 -07:00
Adam Zerella
d8e0586da4 Added type defs for balanced-match (#35051) 2019-04-28 23:55:41 -07:00
TokugawaT_YD
088f477d65 Types for imagemin-pngquant (#35068)
* clear to tests

* clear to tests

* clear to tests

* tslint passed
2019-04-28 23:54:54 -07:00
Dimitri Benin
99c7e06f5e Deprecate types for packages that provide their own types (#34900) 2019-04-28 23:50:15 -07:00
carlzogheib
1d1bbccd34 Re-use RestartPolicy interface in HostConfig (#35069) 2019-04-28 23:36:19 -07:00
alesn
df9e5c0571 [meteor] Added more detailed definitions for Meteor (#34957)
* Added more detailed defs for Accounts functions & related Errors

* Added more detailed Meteor declarations

Added more detailed Meteor declarations

* Assets may be undefined
2019-04-28 23:35:38 -07:00
Raghuram Iyer "Ragzzy-R
c164beda6a Added Type Definition for the missing onRowDoubleClicked() in React-Data-Grid (#34961)
* added type definition for the missing onRowDoubleClicked() in types/react-data-grid

* fixed the format issues cause by my local vscode formatter.
2019-04-28 23:28:15 -07:00
Simen Bekkhus
8863bfc9b9 [connect-redis]: add client property to store (#34937) 2019-04-28 23:26:15 -07:00
Tom Klaver
3362a3fb03 Add missing Body methods applyLocalForce, applyLocalImpulse (#35060)
http://schteppe.github.io/cannon.js/docs/classes/Body.html#method_applyLocalForce
2019-04-28 23:24:40 -07:00
Domino987
097f500144 Added missing hoverinfo (#34931)
Added 'y+name' hoverinfo option.
2019-04-28 23:23:20 -07:00
Marcus Cemes
4344efdf84 [express-serve-static-core] Correct overload for Response.download() (#35043)
* [express-serve-static-core] Correct overload for Response.download()

* [express-serve-static-core] Unify res.sendFile and res.download overloads
2019-04-28 23:18:13 -07:00
Jeroen Claassens (Favna)
53230a10b3 Jest: Added Generic for "toMatchObject" function (#35033)
* Add generic to toMatchObject

* Cover feedback from @wsmd
2019-04-28 23:17:18 -07:00
Aleksander Dyomin
6d0dc421d7 fabric: event mouse props (#35038) 2019-04-28 23:14:23 -07:00
Pascal Sthamer
fa3042120f [ts3-nodejs-library] Add missing property types and enhance existing types (#35044)
* Add missing property types and enhance existing types

* Added missing property types.
* get methods on TeamSpeak3 class now correctly return undefined.
* Prettify files using prettier.

* Add missing Client cid and type clientDBInfo

* Add warning / ban types, fix missing semicolon

* Update github profile link from Mattzimann to Mattzi

He changed his username
2019-04-28 23:13:43 -07:00
mmkal
ad2f067178 [slonik] generic tagged template (#35035)
* [slonik] generic tagged templates

* require typescript 3.1

* lint

* disable lint error

* typo
2019-04-28 23:11:26 -07:00
Matt R. Wilson
ae66c77e58 [nock] Fix linting (#35036)
* Fix lint rule: comment-format.

* Fix lint rule: interface-over-type-literal.

* Fix lint rule: no-consecutive-blank-lines.

* Fix lint rule: no-duplicate-variable.

* Fix lint rule: no-var-keyword.

* Fix lint rule: object-literal-key-quotes.

* Fix lint rule: prefer-const.

* Fix lint rule: semicolon.

* Fix lint rule: strict-export-declare-modifiers.
2019-04-28 22:51:48 -07:00
Luke Sheard
a07c7f5777 webpack: fix for Compiler instance (#35056)
* add missing webpack compiler properties

* move new types to correct place
2019-04-28 14:50:09 +01:00
Luke Sheard
a5b94de130 add missing webpack compiler properties (#35053) 2019-04-28 13:46:27 +01:00
Steffen Langer
5820570c76 Feathers.js Express: Correct typings for app.use with both middleware and feathers service. (#34782)
* Correct typings for app.use with both middleware and feathers service.

* Correct typings for app.use with both middleware and feathers service.
2019-04-26 17:27:51 -07:00
Kael
197b5fb3c5 [twilio-video] Correct LocalParticipant method arguments (#34828)
* Add missing unpublishTracks array type

* add MediaStreamTrack to arguments

* style: use Array<>

* add test
2019-04-26 17:19:28 -07:00
Evan Kennedy
ab61661da8 Add hook normalization & finally hook (#34897) 2019-04-26 16:08:02 -07:00
Florian Gritsch
03b4f06ce7 Use VerifyFunction ((error: any, user?: any, msg?: VerifyOptions): void ) in OAuth2Strategy instead of (error: any, user?: any) => void (#34850) 2019-04-26 15:50:37 -07:00
Ron Buckton
39e7075075 Improve typings for passport-github (#34835) 2019-04-26 15:22:34 -07:00
Ron Buckton
299d9481f3 Improve typings for passport-discord (#34836) 2019-04-26 15:22:27 -07:00
TokugawaT_YD
5528e39d25 Types for gulp-sass-variables (#34927)
* clear to tests

* clear for tests

* try ro resolve conflict
2019-04-26 15:20:57 -07:00
Christopher Parsons
90d4ba0a85 Added type definition for delegated-events (#35006) 2019-04-26 15:16:53 -07:00
TokugawaT_YD
c9e7cb88b0 New types for Gulp-html-prettify (#35005)
* clear to tests

* clear to tests
2019-04-26 14:19:33 -07:00
Spencer Elliott
b5d9b16a73 Add react-html-parser (#35021) 2019-04-26 14:00:54 -07:00
JulianWielga
a3b8548fb3 [mobx-task] Fixed property decorator definition (#34851)
* [mobx-task] Fixed property decorator definition

* Revert "[mobx-task] Fixed property decorator definition"

This reverts commit 20bd533e

* test for decorators & last change

* [mobx-task] Fixed property decorator definition
2019-04-26 13:56:05 -07:00
mmkal
3034a2763c Slonik 16.16 (#35023)
* [slonik] add new helpers

specifically sql.array and sql.identifierList

* [slonik] add more new types

* [slonik] generated sample tests

* [slonik] lint
2019-04-26 13:26:23 -07:00
Rigoberto Molina
caaf192478 [react-flatpickr]: Allow extra properties in DateTimePickerProps (#34979)
* Allow extra properties in DateTimePickerProps

* Tests for extra properties in DateTimePickerProps

* Add myself to authors

* Update index.d.ts

* Partially extend HTMLInputElement

* Update index.d.ts

* Update index.d.ts
2019-04-26 13:00:34 -07:00
vlad melnik
8a86268b66 mongoose added RegExp type to method argument in pre and post hooks (#34930) 2019-04-26 12:55:05 -07:00
Ivan Goncharov
e893fc31e8 [express-graphql] Synchronise with 'v0.8.0' (#34914) 2019-04-26 12:42:34 -07:00
stuartthomson
a0c4baea71 Add missing parameters to HostConfig + standardise (#35024) 2019-04-26 12:36:31 -07:00
Jonathan Stewmon
ca6a2d7564 fix: restore null union type on promisify callbacks (#35018) 2019-04-26 12:31:50 -07:00
Matt R. Wilson
d0204038a4 [nock] Add matchHeader to Interceptor. (#35022)
This method is available on the Scope or Interceptor level, however, the
type was only included on Scope before.
2019-04-26 12:28:14 -07:00
poseidonCore
8024692790 Support priority on Mail.Options (#34720)
* Support priority on Mail.Options

As stated in this file:
https://github.com/nodemailer/nodemailer/blob/master/lib/mailer/mail-message.js

* coding style errors

Error in nodemailer
Error: /home/travis/build/DefinitelyTyped/DefinitelyTyped/types/nodemailer/lib/mailer/index.d.ts:140:1
ERROR: 140:1   no-trailing-whitespace  trailing whitespace
ERROR: 141:19  typedef-whitespace      expected onespace after colon in property-declaration
ERROR: 141:19  whitespace              missing whitespace
2019-04-26 12:26:19 -07:00
Jasmin Bom
d24d6a715d Fix browser.runtime.Port again (#35027)
- Add tests so it doesn't happen again
2019-04-26 12:19:51 -07:00
Marcus Weiner
060a97fdda [spotify-web-playback-sdk] Declare namespace as window global (#34999) 2019-04-26 12:16:15 -07:00
Dimitri Mitropoulos
ff8d792a28 [text-table] align can be null or undefined (#34870) 2019-04-26 11:22:26 -07:00
PopGoesTheWza
41fcebe6be google-apps-script: April 19, 2019 (#35011)
* FieldType enum:
HYPERLINK
IMAGE
IMAGE_LINK

* Documentation text update
2019-04-26 11:19:14 -07:00
Ron Buckton
b51c8b0ae4 Remove 'co' dependency on 'Generator' type (#34840) 2019-04-26 11:17:35 -07:00
Ryan Burr
cbdce7fb10 [@types/auth0-js] remove password from ChangePasswordOptions (#34947)
- This option is not used by the Auth0.js 9.10 library
- Changing password through the API is a deprecated workflow
- This is a BREAKING CHANGE since it removes a property
2019-04-26 11:13:57 -07:00
Alexander Zeitler
683acf2d34 fix hapi response code function docs (#35012)
* fix hapi response code function docs

* fix $param to be @param
2019-04-26 11:10:15 -07:00
avin-kavish
c96320313a [@types/copy-webpack-plugin] Update to v5.0 of copy-webpack-plugin (#34880)
* ADD: 'test' option and relavant documentation to CopyPattern

* Update types to copy-webpack-plugin version 5

* Update header

* Update header
2019-04-26 11:09:06 -07:00
Adam Lavin
5746d0876f Update styled-system types to 4.1 (#34938) 2019-04-26 11:05:57 -07:00
Nathan Shively-Sanders
b7f29e99b8 Clean 20190426 (#35020)
1. Update react-instantsearch URL.
2. backbone-fetch-cache has a type-aware lint rule that was affected by
a change in backbone. It's a dumb rule, but since CI only runs
expectRule for dependents, we didn't catch it on checkin. Now that we're running on
Azure, maybe we should run all lint rules for dependents during CI.
2019-04-26 08:11:03 -07:00
Nathan Walters
56607c79bd Fix HighlighterProps to reflect how they're used (#34950) 2019-04-25 19:22:38 -07:00
mmkal
11d5fd7f43 [slonik] add transformRow to interceptors (#34943) 2019-04-25 19:20:40 -07:00