Commit Graph

65863 Commits

Author SHA1 Message Date
Mauricio Aspiazo
d759d9ef04 [@types/react-data-grid] Adding missing types to support Tree Views (#40279)
* Adding missing types to support trees for react-data-grid

* Applying minor changes as suggested by SupernaviX
2019-11-15 14:41:35 -08:00
Divyun Raje Vaid
5eeff62e2c [PubNub] Adds typings for MessageActions and Push. Updates typing for Storage & Playback. (#40379)
* feat(pubnub): adds typings for message actions

* feat(pubnub): updates typings for storage and playback

* feat(pubnub): adds typing for push notifications

https://github.com/DefinitelyTyped/DefinitelyTyped/issues/40206
2019-11-15 14:40:44 -08:00
Kevin Brown
4b607f45c4 Added rudimentary types for @keystonejs/* (#40316)
* Added rudimentary types for KeystoneJS

* Fixed version on auth-passport and added additional auth strategy types.

* Added definition for getInputFragment, removed public access specifier.
2019-11-15 14:18:44 -08:00
Nathan Shively-Sanders
95dce3019d Fix relative paths in tests, part 2 (#40423)
* Fix relative paths in tests, part 2

* revert lodash change
2019-11-15 14:14:18 -08:00
Kwok Chi Leong
dbb7ff8e17 [workbox] Added type definitions for all packages (#40277)
* [workbox-core] Added type definitions

* [workbox-core] Updated ts-doc

* [workbox-core] Added types.d.ts

* [workbox-core] Removed TSDoc

* [workbox-core] Moved some types

* [workbox-core] Bug fixes

* [workbox-expiration] Added type definitions

* [workbox-strategies] Added type definitions

* [workbox-strategies] Change "es6" to "es2015"

* [workbox-precaching] Added type definitions

* [workbox-precaching] Added missing method

* [workbox-core] Moved some files to a sub-folder

* [workbox-core] Moved some files to a sub-folder

* [workbox-precaching] Moved some file to sub-folder

* [workbox-core] Added generic type support

* [workbox-routing] Added type definitions

* [workbox-routing] Changed from "es6" to "es2015"

* [workbox-background-sync] Added type definitions

* [workbox-google-analytics] Added type definitions

* [workbox-cacheable-response] Added type definition

* [workbox-broadcast-update] Added type definitions

* [workbox-range-requests] Added type definitions

* [workbox-streams] Added type definitions

* [workbox-streams] Added "use strict" to tests

* [workbox-navigation-preload] Added type definition

* [workbox-precaching] Added the missing type def...
* Added the missing type definitions

* [workbox-precaching] Commented the upcoming
properties

* [workbox-routing] Added the missing type
definitions

* [workbox-strategies] Changed package references

* [workbox-expiration] Added the missing tests

* [workbox-strategies] Updated tests

* [workbox-background-sync] Fixed wrong file name

* [workbox-google-analytics] Updated tests

* [workbox-cacheable-response] Fixed the incorrectly
named files

* [workbox-broadcast-update] Fixed the incorrectly
named files

* [workbox-broadcast-update] Added the missing
function

* [workbox-broadcast-update] Fixed typo

* [workbox-navigation-preload] Updated tests

* [workbox-range-requests] Fixed the incorrectly named
files

* [workbox-streams] Updated tests

* [workbox-core] Updated tests

* [workbox-window] Updated tests and moved some
files

* [workbox-window] Updated "es6" to "es2015"

* [workbox-sw] Updated definition to make use of the newly added
definitions

* [workbox] Updated "Definitions by" field

* [workbox-sw] Updated rules

* [workbox] Updated version numbers

* [workbox-window] Fixed version number
2019-11-15 14:03:40 -08:00
Jose Luis Leon
c93e733426 Parametrizable request and response body types for ExpressJS routers (#39400) 2019-11-15 13:42:09 -08:00
Zach Posten
cca42c52f3 fix(react-filepond): Flip error and file args in callbacks (#40419)
This functionality seems to now have been corrected in FilePond.
2019-11-15 13:20:19 -08:00
Alexander T
f13238a5d2 base-x: Provides its own types (#39654)
* base-x: Provides its own types

* add @types/base-x to bs58/v3
2019-11-15 12:41:20 -08:00
Alex
082c406d54 [@types/mongoose] Add missing validator, fix err message param (#40203) 2019-11-15 12:37:40 -08:00
Vesa Poikajärvi
de73565ee1 [email-templates] More accurate types, less any (#40342)
* Less any, more hopefully correct types

email-templates and nodemailer both accept arguments in variety of formats.
Usedtypes from nodemailer types and and read both email-templates and
nodemailer documentation in orer to construct a better typedef

* Somewhat typed preview

* Some tests, pass the generics around

* Contributor

* Wrong type for views
2019-11-15 12:16:10 -08:00
Brad Murray
61ee030edd Update lolex types for new Async methods (#40282) 2019-11-15 12:02:58 -08:00
Robert Kesteson
3233bf674d [jira-client]: Updated export to match version 6.13 (#40202) 2019-11-15 12:00:29 -08:00
Oliver Joseph Ash
a3ef14ec54 Node: URL: correct format/parse parameter types (#40118)
* Node: URL: correct format/parse parameter types

* Fix dependencies

* Fix dependencies

* Revert href change

* Update types/node/url.d.ts

Co-Authored-By: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
2019-11-15 11:38:53 -08:00
Chris Wilkinson
862d091f93 Add format-link-header (#40411) 2019-11-15 11:36:41 -08:00
Yuji Tabata
64e1898009 Add expandable field to ListItem (#40368) 2019-11-15 11:25:18 -08:00
Surya Law
0cf9e5e912 Stripe: add off_session on IPaymentIntentCreationOptions (#40372) 2019-11-15 11:24:45 -08:00
Alexander T
86ba659356 react-native-tab-view: Provides its own types (#39522)
* react-native-tab-view: Provides its own types

* usee @types/react-native-tab-view in react-router-navigation-core

* set @types/react-navigation@3.0.8
2019-11-15 11:17:47 -08:00
mcpar-land
d266a49bb1 Revised typings for accuracy (#40393) 2019-11-15 11:16:48 -08:00
Brandon Risell
f61dd79a12 RequestData should just have message types (#40396) 2019-11-15 11:14:37 -08:00
Federico Bond
ab01840dfc [trezor-connect] update types (#40389) 2019-11-15 11:13:10 -08:00
Oliver Joseph Ash
e4b9d77045 Lodash: add support for user-defined type guards to overSome and overEvery (#40247)
* Lodash: add support for user-defined type guards to `overSome` and `overEvery`

* Improve example
2019-11-15 11:12:23 -08:00
Alex Jerabek
92b0415393 Adding build fix information (#40392) 2019-11-15 11:11:30 -08:00
Aitor Pérez Rodal
5aa4accc98 [Luxon] Add Interval#toISODate, Interval#toISOTime and Duration#mapUnits (#40394)
* [Luxon] Add Interval#toISODate and Interval#toISOTime

* [Luxon] Add Duration#mapUnits

* Patch version not allowed
2019-11-15 11:10:22 -08:00
Kristofer Selbekk
8f3259b103 Update types for react-collapse@5 (#40362) 2019-11-15 11:09:29 -08:00
Alexander T
4ad5f6f918 jest-cli: Provides its own types (#39590) 2019-11-15 11:08:17 -08:00
Alexander Pepper
4728a425d9 [aws-lambda] Improved Lambda@Edge types (#40355)
* [aws-lambda] Extended CloudFrontRequestEvent with body

Source: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html
This key is optional. See https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-include-body-access.html for details

* [aws-lambda] Reordered keys in CloudFrontRequestEvent and CloudFrontResponseEvent.

This is done so they match the order of https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html

* [aws-lambda] CloudFrontEvent keys are all readonly.

Source: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html#lambda-event-structure-request

* [aws-lambda] CloudFrontRequest keys are now readonly.

Source: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html#lambda-event-structure-request

* [aws-lambda] Added jsdoc comment for CloudFrontRequestEvent and CloudFrontResponseEvent.

* [aws-lambda] requestId is only available for viewer events

Source: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html

* [aws-lambda] request data of CloudFrontResponseEvent is readonly.

> If the Lambda function modifies the request object, the changes are ignored.

Source: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html#lambda-event-structure-response

* [aws-lambda] Added jsdoc comment for CloudFrontResultResponse

Also corrected link

* [aws-lambda] Added apepper as co-author

* [aws-lambda] TypeScript version is now 3.5 in order to user "Omit<>"

See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-5.html#the-omit-helper-type

Also bumped TypeScript version in packages, that do depend on "aws-lambda".

* [aws-lambda] Use "older" Pick/Exclude instead of "newer" Omit

Omit<> is introduced in 3.5 and is "too new". Exclude<> instead is introduced in 2.8, which is "old enough".

* [aws-lambda] Downgraded TypeScript version to 2.8, so Exclude can be used.

Omit<> which is introduced in 3.5 is "too new". Using Exclude<> instead, that got introduced in 2.8 (see [1])

[1] https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#predefined-conditional-types
2019-11-15 11:07:23 -08:00
Kyle Hensel
eab2d9b7da Reference dom lib (#40315) 2019-11-15 11:05:04 -08:00
Rubens Pinheiro
c13521e2fe [webpack] Adding client config options to the ConfigurationFactory (#40298)
* [webpack] Adding client config options

* Fix on interface
2019-11-15 11:01:16 -08:00
Anders Hejlsberg
71381a8470 Prepare for TS #34927 (#40365)
* Update mergerino/mergerino-tests.ts

* Update styled-system__css/styled-system__css-tests.ts

* Update xml/index.d.ts
2019-11-15 10:59:28 -08:00
Nathan Shively-Sanders
12c3ce0d4f Fix relative paths in tests, part 1 (#40420)
* Fix relative paths in tests, attempt 1

* revert athenajs change
2019-11-15 09:19:40 -08:00
Nathan Shively-Sanders
9314b64275 Streamline references to old Typescript versions. (#40418)
Also mention triple-slash `types` references.
2019-11-15 08:46:48 -08:00
Ethan Veres
9f57df89f3 [relay-runtime] Correct typing for default missing field handlers (#40361)
* Correct typing for default missing field handlers

* default export
2019-11-15 08:21:30 +01:00
Gregor Martynus
d36a3b44e4 [fetch-mock v7.4.0] Add options.body for request body matching (#40133)
* add tests for request body matching

feature added in https://github.com/wheresrhys/fetch-mock/pull/448

* add `options.body` for request body matching

See https://github.com/wheresrhys/fetch-mock/pull/448/files

* add test to match request body to array
2019-11-14 16:11:16 -08:00
Pat Lillis
c8287ed1e7 [@types/nuclear-js] Make sure interfaces are exported (#40386)
* Make sure interfaces are exported

* Fix some lint warnings
2019-11-14 16:08:26 -08:00
Łukasz Fiszer
415e680187 react-query: improve types for useQuery in paginated mode (#40399)
* react-query: improve types for useQuery in paginated mode

* react-query: remove patch version from header
2019-11-14 15:50:17 -08:00
Frederic
a2149e0650 Create types for sade (#40398) 2019-11-14 15:45:45 -08:00
Michael Shafir
6061d28041 Add typings for the promise-hash library, v1.3 (#40331)
* Added typings for this promise-hash library

* pull out common type for the promise hash argument

* make recommended simplifications, expand test
2019-11-14 15:31:23 -08:00
Alexander T
b692892009 ladda: Provides its own types (#39668) 2019-11-14 13:49:19 -08:00
William Bergeron-Drouin
74b4b2f21b Updated simple-peer to v9.6 (#40261)
* Added missing types for stream & track methods

* Upgraded simple-peer package version & required typescript version

* Added stream calls to tests
2019-11-14 13:14:29 -08:00
Tomasz Pluskiewicz
32b0df8a68 feat: types for set-link which augments express (#40374) 2019-11-14 12:48:53 -08:00
Jared Kass
a17cab9a29 fix: type QueryRenderer environment prop as IEnvironment (#40387)
* fix: type QueryRenderer environment prop as IEnvironment

* add test supplying ReactRelayContext.environment as value for QueryRenderer.props.environment
2019-11-14 20:51:09 +01:00
Jip Sterk
477dcb3404 allow ioredis client (#40375)
* allow ioredis client

* update Definitions
2019-11-14 11:41:39 -08:00
Cherny
21f0c51251 [mapbox__mapbox-sdk] fix: correct typo (#40377) 2019-11-14 11:24:04 -08:00
Chris Wilkinson
d82d21638a Make Router.url() params optional (#40360) 2019-11-14 11:23:34 -08:00
Dinys Monvoisin
9a4931847e [@types/slate-react] Modify editor type on EventHook Type to Slate-React (#40266) 2019-11-14 11:13:36 -08:00
Adam Duro
ce75133634 scope property missing from PasswordGrantOptions (#40345) 2019-11-14 11:12:10 -08:00
Romain CONNESSON
949922e095 Add types for syslog-client (#40354) 2019-11-13 17:20:13 -08:00
Brandon Risell
b907c0ca82 chromecast-caf-receiver: Update messages and interceptor (#40369)
* Update messages and interceptor

* Update message interceptor parameter name
2019-11-13 15:29:13 -08:00
Andrew Pouliot
e17b6365fc Update API from figma.d.ts v1 update 5 (#40301)
* Update from figma.d.ts. Changes: ran prettier based on settings in this repo, added void return type as necessary.

* Use any directly for ClientStorage
2019-11-13 15:27:35 -08:00
Claus Stilborg
581dcc3691 Types stripe invoice and tax fixes (#40183)
* Fix issues with invoice and taxRate

* Implement changes requested by pushplay

* Use IOptionsMetadata and add line breaks

* Remove whitespaces with prettier

* Add missing tax_amounts to invoice lines

* Add tax rates to invoice line
2019-11-13 15:24:51 -08:00