Commit Graph

52784 Commits

Author SHA1 Message Date
Rhys van der Waerden
ceee1391c7 compression-webpack-plugin: Support custom algorithm
Had to bump the TypeScript version to detect correct option type based on `algorithm` argument.
2018-11-19 11:55:44 +11:00
Rhys van der Waerden
55f32e2382 Remove zopfli options
https://github.com/webpack-contrib/compression-webpack-plugin/pull/65
2018-11-19 10:59:20 +11:00
Gordon
15b8963cea Add types for google-maps-react (#30474) 2018-11-18 15:49:42 -08:00
Kamontat Chantrachirathumrong
682c60a06c [feature] Add type of wikidata-sdk (#30502) 2018-11-18 14:57:47 -08:00
koudshoorn
50aaeb2850 Fix jest-each: each describe cannot be used with parameters (#30344)
* Add jest-each tests with parameters

* fix describe callback type

* update jest-each typescript version
2018-11-18 14:48:56 -08:00
Nikita
5b0300b1fc @types/node-forge Added resolvers for the (#30278)
* types/node-forge/index.d.ts

* Fix test and add functional

* fix return type in method: getBytesSync

* fixed options in sign and verify for eddsa
2018-11-18 13:57:01 -08:00
Li Zhen
cd69e97b8b Update definition 'KosModel.asyncs' for '@types/kos-core' (#30197)
* Update definition 'KosModel.asyncs'

* Update version to 0.4
2018-11-18 13:48:43 -08:00
Luis Naranjo
cb131229b7 [Detox] Add new languageAndLocale parameter to device.launchApp() (#30283)
* add language and locale flag to Device

* improve the type

* use interface instead of type literal

* remove trailing whitespace
2018-11-18 13:44:10 -08:00
Peter Safranek
ea65f55484 Add typings for just-pick (#30605) 2018-11-18 13:41:20 -08:00
Jeow Li Huan
0ce9dbee58 [postcss-modules-extract-imports] Add Typescript definitions. (#30623) 2018-11-18 12:39:06 -08:00
Jeow Li Huan
b62bb72e6e [postcss-modules-local-by-default] Add Typescript definitions. (#30625) 2018-11-18 12:37:07 -08:00
Jeow Li Huan
76fca769df [postcss-modules-scope] Add Typescript definitions. (#30626) 2018-11-18 12:32:45 -08:00
Dimitri Benin
fb1c996762 add types for merge-env (#30629) 2018-11-18 11:45:32 -08:00
Dogan Fennibay
8225c94050 add types for compare-func (#30630) 2018-11-18 11:43:25 -08:00
Dimitri Benin
efb26511dd add types for find-package-json (#30628) 2018-11-18 11:24:22 -08:00
Dimitri Benin
05c33e7019 add types for oauth-shim (#30632) 2018-11-18 11:15:19 -08:00
Dimitri Benin
4b2af06acd add types for oembed-parser (#30633) 2018-11-18 11:08:12 -08:00
Lu, Jun
fc8b7956f9 @types/unist: update to v2.0.0 (#30522)
* update unist typing to v2.0.0

* remove v1, use npm version instead
2018-11-18 10:57:31 -08:00
Sascha Zarhuber
929dcd4579 [react-sketchapp] Add types for Document and Page (#30627)
* Add types for Document and Page in react-sketchapp

* Updated version number in react-sketchapp
2018-11-18 10:55:18 -08:00
jonmellman
71abbf7c6d notegit: Add 'start' method to Commit history() return type (#30608) 2018-11-18 10:45:56 -08:00
Erik Källén
ec44d45205 Improve types for csso (#30607) 2018-11-18 10:45:04 -08:00
hirochachacha
09298b425d @types/koa-joi-router: update version and fix some issues (#30577)
* @types/koa-joi-router: update version and fix some issues

* extend Koa.Request rather than defining its own type.
* support complex handler types.
* support multiple method.
* add use, param, head, option, get, post, put, patch, delete

* @types/koa-joi-router: reuse koa-router type for prefix, use, param
2018-11-18 10:41:40 -08:00
Andrea Gueugnaut
2b4c81593a [koa-router] Replace object type by an interface type for router matching (#30587)
* feat(koa-router): replace Object by IRoutesMatch; rename param

* docs(koa-router): add contributor
2018-11-18 09:40:30 -08:00
Daniel Byrne
84b817e096 Update index.d.ts (#30591)
typo: `smmothingFactor` should be `smoothingFactor`
2018-11-18 09:38:33 -08:00
Lily Montoute
e70dd777a8 Update WindowScroller.d.ts (#30599)
Add `scrollLeft` property to WindowScrollerChildProps
2018-11-18 09:37:45 -08:00
Pat Lindley
9d38325dc8 Adds multiple method to confirm dialog typing. (#30413)
* Adds multiple method to confirm dialog typing.

* Removes optional parameter for method.
2018-11-18 09:36:51 -08:00
Daniil Samoylov
dbdb44f48a Fix slate minor issues: spelling in function name, Mark instead of MarkJSON in LeafJSON (#30540)
* Fix function name getMarksBetweenOffset -> getMarksBetweenOffsets

Link to the source a09c3c2fdf/packages/slate/src/models/text.js (L348-L376)

* LeafJSON should use MarkJSON instead of Mark
2018-11-18 09:29:04 -08:00
Arthur Zagorsky
b17d341688 Ramda: assoc overloads order (#30341) 2018-11-18 09:27:36 -08:00
Eduardo Ayres
32943a4b67 Updated dhtmlxgantt type to properly export the types (#30311)
Added modules declaration exporting the types to fix importing issues on ts 3.0+ (and angular 7 ecosystem)
2018-11-18 09:20:47 -08:00
Matt McCutchen
1a85b5bfa4 pouchdb-upsert: Enable strictFunctionTypes and make the type of the (#30494)
parameter to UpsertDiffCallback more useful.

Addresses https://stackoverflow.com/q/53275861 .
2018-11-18 09:13:48 -08:00
Ika
6168660294 fix(prettier): add missing options (#30581) 2018-11-18 09:09:38 -08:00
johnjessewood
8c99cf5fed @types/sinon - add type inference for stub/spy arguments and return types (#30442)
* Add some generic type inference to sinon stubs and spies

* Correct callsFake typing and add Author

* Bump typescript version

* Give better names to the generic types

* Bump typescript version in karma-chai-sinon, as it requires Sinon

* Bump ts versions of packages that depend on sinon

* Use Array<T> instead of T[]
2018-11-18 09:07:43 -08:00
David Furlong
c9e8f31da3 Update react-instantsearch-core types (#30382)
* Update index.d.ts

* Fix lint errors

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2018-11-18 09:06:38 -08:00
molsson
1d8c20dc7d svg: Add missing Svg property "preserveAspectRatio" (#30618) 2018-11-18 09:04:09 -08:00
Laurens Rietveld
a44690f6ef N3: Made termtype properties readonly (#30624) 2018-11-18 09:01:28 -08:00
Elizabeth Samuel
d2b4d988bf office-js: Add AsyncResult.diagnostics (#30593)
* office-js-Add AsyncResult.diagnostics

* Minor update

* Updates based on feedback from Ankush

* Updates based on feedback from Alex
2018-11-18 08:49:55 -08:00
aharonp
d202969f89 Support function for locator-based validators (#30528)
Allow a function to be passed as the reference to the ref helper and the
requiredIf, requiredUnless and sameAs validators.
2018-11-16 18:20:21 -08:00
Jason Bothell
1d99009991 Add discord-rpc 3.0 typings (#30578)
* Add discord-rpc 3.0 typings

* Lint
2018-11-16 17:16:55 -08:00
Roaders
ed9b273ae4 Update Jasmine to 3.0 (#30261)
* Update Jasmine to 3.3

* Update index.d.ts

* Update index.d.ts

Change targeted version to 3.0.0 as all additional matchers are in 3.0.0 as well as 3.3.0

* Update index.d.ts

Remove nothing from `Matchers<T>`

* Update jasmine-tests.ts

Remove nothing from tests on Matcher
2018-11-16 16:40:01 -08:00
Emily Marigold Klassen
f1e4894762 Add types for tableify (#30573) 2018-11-16 16:18:44 -08:00
Emily Marigold Klassen
9b4c987265 Add types for sort-object-keys (#30572) 2018-11-16 16:08:53 -08:00
Emily Marigold Klassen
502207021b Add types for is-obj and is-regexp (#30571) 2018-11-16 16:06:58 -08:00
Emily Marigold Klassen
4d24ec8a7e Add types for pkg-up (#30570) 2018-11-16 16:00:49 -08:00
Emily Marigold Klassen
3b1a21e700 Add types for promise-memoize (#30568)
* Add types for promise-memoize

* fixup! Add types for promise-memoize

* Add clear to promise-memoize tests
2018-11-16 15:58:40 -08:00
Frank Li
28a8ad8439 [element-resize-detector] Updated type definition (#30501)
* Update tsconfig.json

* Update element-resize-detector-tests.ts

* Update index.d.ts

* Update index.d.ts

* Update element-resize-detector-tests.ts

* Update index.d.ts

* Update index.d.ts

* Update element-resize-detector-tests.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2018-11-16 14:32:50 -08:00
Ron Buckton
009ef28c97
Merge pull request #30566 from DefinitelyTyped/fixReactTableTests
[react-table] Remove unnecessary import from tests
2018-11-16 14:17:22 -08:00
Eloy Durán
f236da73b7
Merge pull request #30564 from DefinitelyTyped/fix-react-native-on-ts-3.1
Fix react-native on TS 3.1+
2018-11-16 22:29:53 +01:00
Erik Källén
014c05022b Add types for css-tree 1.0 (#30530) 2018-11-16 13:08:05 -08:00
Florian Keller
08d14908f3 Add types for git-root-dir (#30556) 2018-11-16 13:07:09 -08:00
Timur Manyanov
0d488f7683 Add app-module-path definitions (#30543) 2018-11-16 13:06:49 -08:00