Commit Graph
67286 Commits
Author SHA1 Message Date
William CorryandGitHub 007ea3c8be [@reach/router] added hook types 1.3.1 (#42088)
* reach__router

Add @reach/router hook types

* fix type error

* fixed typo

* tweak useParams

* useParams return any
2020-02-12 10:58:32 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub 0668834cf4 feat(karma-ie-launcher): definition for karma-ie-launcher v1 (#42299)
- type definition
- tests

Thanks!
2020-02-12 10:54:03 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub f0cbce3dd9 feat(karma-remap-coverage): type definition for v0.1 (#42304)
- type definition
- tests

Thanks!
2020-02-12 10:53:39 -08:00
Walter BarbagalloandGitHub 0cf707a02a fix(geoip-lite): fix lookup return type (#42302) 2020-02-12 10:49:02 -08:00
Wietse WindandGitHub ecd9046b95 XUMM Developer API types: xumm-api (#42306)
* Add XUMM-API type definition

* Update test dummy values

* Prefix `Xumm` (hinting), X IntBool, explicit body
2020-02-12 10:46:04 -08:00
ppbraamandGitHub 7d8d231ee5 Add refresh-fetch types (#42308)
* added typings for refresh-fetch

* fixed lint errors

* small fixes
2020-02-12 10:45:29 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub eb2cc4bdd4 feat(karma-env-preprocessor): type definition for v0.1 (#42301)
- type definition to augment Karma configuration options
- tests

Thanks!
2020-02-12 10:42:59 -08:00
Adam HunterandGitHub 3256d8cd9f Adds Download state enum for all possible download states (#42311)
Adds id property to DownloadTask
Adds DownloadHeaders interface for setHeaders parameter
2020-02-12 10:38:29 -08:00
Sean StephensandGitHub 8d4254034e [@types/sodium-native] Add remaining crypto_box_* constants (#42288) 2020-02-12 10:37:50 -08:00
NoahandGitHub e9b783fbb7 Update types for mocha-each 2.0 (#42283) 2020-02-12 10:37:29 -08:00
Rick-KirkhamandGitHub 477e2d26d0 office-runtime: add ribbon APIs and rename a requirement set (#42286)
* ribbon APIs and rename req set

* lint fixes

* review changes

* more review changes
2020-02-12 10:33:38 -08:00
Nobuhiko FutagamiandGitHub 713ab5a742 [chart.js] Update ChartDataSets params (#42175) 2020-02-12 10:32:57 -08:00
Sebastian PodjasekandGitHub d857ed2671 Fix Mongo.Collection definition (#42285) 2020-02-12 10:27:06 -08:00
Harald AttenederandGitHub 3342ec16f2 Update types to reflect HTML content slides. (#42273)
* Update types to reflect HTML content slides.

See: https://photoswipe.com/documentation/custom-html-in-slides.html

* Update version in header
2020-02-12 10:26:29 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub 14c4b15400 fix(scrypt-js): correct module export for use in browsers. Fixes #41565 (#42280)
Thanks!

/cc @sheindel
2020-02-12 10:25:38 -08:00
TylerLindellandGitHub b8601bd85e adding connection_scope to auth0-js AuthorizeOptions (#42263)
updating connection_scope to include string[]
2020-02-12 10:24:59 -08:00
Elizabeth SamuelandGitHub d89aa28c53 [office-js] [office-js-preview] (Outlook) Update format description (AttachmentContent) (#42284) 2020-02-12 10:08:24 -08:00
Pedro MutterandGitHub e6d1f957fc [@catho/quantum] Added few missing attributes (#42287)
* simplecrawler modules type definition

* required fixes in export

* adjustments reference types of crawler.d.ts

* added catho__quantum types definitions

* Fix lint errors

* Fix lint errors

* Fix lint errors

* fix components event handlers types

* fix lint complains

* fix few missing attributes
2020-02-12 10:05:26 -08:00
Linus UnnebäckandGitHub 018095fc0e [parse] Type .each callback argument (#42305) 2020-02-12 09:49:23 -08:00
VincentandGitHub 65987f98bf Update solid-auth-client API for 2.4 release (#42309)
* Update API for 2.4 release

Specifically, it added the stopTrackSession() method.

* Reflect that trackSession technically is async

It's typically only used for the callback, but it _is_ an async
function:
https://github.com/solid/solid-auth-client/blob/f8d53797af61df5a25b70e2b126088041ba1e35a/src/solid-auth-client.js#L83
2020-02-12 09:48:29 -08:00
Nathan Shively-SandersandGitHub 4fe7e4448c Fix new errors from TS@next (3.9) (#42316)
1. Bogus trailing } and > are now detected in JSX.
2. Properties that are overwritten in JSX are now detected.

For react-motion, note that the fix correctly started to use a
previously unused attribute `style`, which exposes a type error in the
tests:

```
config.style: number | OpaqueConfig
```

but the test assigns it to

```
div.style: string | number
```

I squelched the error with a cast to `number`, but probably either the
test or the types are actually wrong.
2020-02-12 09:45:58 -08:00
Jesse KatsumataandGitHub 267dc9f23a react-native: add some missing props for TextInput (#42279)
* react-native: add passwordRule and rejectResponderTermination prop for TextInput

* react-native: add null for added props

* react-native: remove trailing white spaces

* react-native-popup-dialog: fix text syntax
2020-02-12 17:17:38 +01:00
Ali YousufandGitHub c74392c811 [react-native] Remove duplicate typing for saveToCameraRoll function (#42277)
Signed-off-by: Ali Yousuf <aly.yousuf7@gmail.com>
2020-02-12 16:35:20 +01:00
Preston RicheyandGitHub 28ff2e3a70 Add types for [workbox-build] (#42069)
* Add types for workbox-build

* Remove package.json

* Fix lint errors

* Fix types

* Fix tests

* Remove TS requirement
2020-02-11 09:17:51 -08:00
CaymanandGitHub db4d8c51d2 feat(node): Add Buffer.from(object) override (#42111)
* feat(node): Add Buffer.from(object) override

* fix(node): narrow Buffer.from(object) input type
2020-02-11 09:13:35 -08:00
Jack BatesandGitHub 5b99e3b9da Backport #19195 to selenium-webdriver/v2 (#41985) 2020-02-11 09:04:25 -08:00
David MartinandGitHub 90f6f97257 Updated node-powershell definitions as per project documentation (#42137) 2020-02-11 09:03:38 -08:00
Samuel BodinandGitHub 1e115cf394 fix(pulltorefreshjs): missing options for init() (#42150)
* fix(pulltorefreshjs): missing options for init

* lint
2020-02-11 09:03:17 -08:00
Tomasz PluskiewiczandGitHub e81a5a06a6 feat: types for @rdfjs/to-ntriples (#42271)
* feat: types for @rdfjs/to-ntriples

* added OTHER_FILES.txt
2020-02-11 09:02:35 -08:00
chivesrsandGitHub ec100987c0 [angular-aria] Add types for $ariaProvider (#42256)
* Add types for AngularJS Aria $ariaProvider.

* Add another test
2020-02-11 08:54:33 -08:00
Ivan TanevandGitHub fee22aede9 Fix SortByFn<D> is needlessly restrictive (#42270) 2020-02-11 08:48:48 -08:00
Laurin QuastandGitHub 18a70009b5 feat(slonik): update types to v22.1 (#42144) 2020-02-11 08:48:18 -08:00
Oren ZomerandGitHub 92d46536f8 chrome: goForward and goBack methods & properties (#42264) 2020-02-11 08:47:52 -08:00
oborregoandGitHub bde36fba08 [Properties-reader] Include missing methods (#42143)
* [Properties-reader] Include missing methods

* [Properties-reader] Fixed types

* [Properties-reader] Fix functions

* [Properties-reader] Delet whitespace
2020-02-11 08:47:17 -08:00
Thomas BoytandGitHub 2518661b4c koa: Improve documentation for get() methods (#42141)
These functions both return empty string, not `undefined`, when a header is not present.
2020-02-11 08:45:36 -08:00
Kohei WatanabeandGitHub 434b29b45e update i2c-bus typings (#42229)
* update i2c-bus typings

* keep the I2CBus
2020-02-11 08:45:01 -08:00
Andreas KällbergandGitHub 8d5ca30bb4 [styled-components] Add missing react-native components (#42092)
* [styled-components] Add missing react-native components

Some react-native components that are included in styled-components was missing from the `ReactNativeStyledInterface`. I added them by applying the following regex:
```
s/\(.*\)/  \1: ReactNativeThemedStyledFunction<\r    typeof ReactNative.\1,\r    T\r  >;/
```
to the string `aliases` from [here](https://github.com/styled-components/styled-components/blob/43f6fbe1d999452d76e6c3a4c458ec153f5f1401/packages/styled-components/src/native/index.js#L23-L29).

* [styled-components] Remove invalid RN declarations

I removed every of my newly added declarations that typescript complained about.

* [styled-components] RN: Revert bad changes

Some of the previous changes made typescript complain. I've restored those to how they were before.

* [styled-components] Fix formatting
2020-02-11 08:42:33 -08:00
Matthew Gabeler-LeeandGitHub bd5f77704d fix: update chai types for breaking changes negated property asserts in 4.0 (#42134)
See: https://github.com/chaijs/chai/issues/781
2020-02-11 08:40:52 -08:00
Connor FitzgeraldandGitHub ad0dbaf98a [swagger-stats] Add descriptions for each property (#42266)
* Allow undefined bind parameters

* Upgrading oracledbto 4.1

* Update version number

* Fix tsconfig typo

* Finish jsdoc for swagger-stats

* Fix linting errors

* Add attrs and attrsint to rrr

* Allow customFields on rrr
2020-02-11 08:39:52 -08:00
Elizabeth SamuelandGitHub 752136c29d [office-js] [office-js-preview] (Outlook) Mac-Save meeting as draft (#42247)
* [office-js] [office-js-preview] (Outlook) Mac-Can save a meeting as draft

* [office-js] [office-js-preview] (Outlook) Preview Mac supports saveAsync
2020-02-10 13:31:18 -08:00
Ata Berk YılmazandGitHub c6fda35de1 Updated type for node-cron, fixed minor typo in test (#42246) 2020-02-10 13:30:56 -08:00
CiffeliaandGitHub 88be0f225c [dockerode] Add Dockerode.GetEventsOptions (#42235) 2020-02-10 13:29:51 -08:00
Ben BakharandGitHub 3aa4aff605 feat(passport-azure-ad): Added cookieSameSite option to IOIDCStrategyOption interface (#42115) 2020-02-10 13:20:50 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub bbf962905d feat(body-parser): bump to 1.19 (#42043)
- version update
- docs amended
- tests updated
- default DT configuration

Thanks!
2020-02-10 13:15:53 -08:00
Will O'BeirneandGitHub 2e019e5347 Make most callback errors and accept / reject functions have undefined unions (#42077) 2020-02-10 13:05:39 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub 05ae673ef8 feat(express-flash): align definition to connect-flash (#42071)
- refine definition according to source code in samples
- update configuration to latest DT settings

Thanks!
2020-02-10 12:53:47 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub 1f45b5cc4e feat(markdown-magic): lower TS version requirements (#42253)
This changes the detail of the readonly array arguments to be based on
the ReadonlyArray<T> as per #42242 comments.

Thanks!
2020-02-10 12:50:18 -08:00
Hendrik RöhmandGitHub 5963a70f87 [plotly.js] Update grid and shapes definitions (#42014)
* plotly.js add missing grid definition

Definitions were taken from
https://plot.ly/javascript/reference/#layout-grid, which was missing in
the types before.

* plotly.js add missing shapes definitions

Definitions are extracted from https://plot.ly/javascript/reference/#layout-shapes.
2020-02-10 11:30:46 -08:00
christyatsegmentandGitHub 3154fda9c0 Add render method to Koa Context (#42008)
* Add render method to Koa Context

* Add correct return type

* Fix whitespace issues

* Add semi-colon
2020-02-10 11:28:57 -08:00
Chris WilkinsonandGitHub 617705ad39 Fix some types (#41978) 2020-02-10 11:17:17 -08:00