Ole André Vadla Ravnås and Nathan Shively-Sanders
a72b73a9d4
Add missing method to the frida-gum OutputStream typing ( #40130 )
...
And fix a typo while at it.
2019-11-05 14:01:39 -08:00
Guillaume and Nathan Shively-Sanders
4163730242
Fix rox-browser fetch() return type ( #40154 )
2019-11-05 14:00:59 -08:00
Már Örlygsson and Nathan Shively-Sanders
0cf2541c10
feat(@types/ospec): Relax object-only requirement of the ".deep*" methods ( #40160 )
...
See rationale here: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/37645/files/99d3472488ef8df7f6cd529a7799f99971f56de8#diff-4a55ff58701161f211e3b6ccfa23aea2R30-R33
2019-11-05 14:00:09 -08:00
Már Örlygsson and Nathan Shively-Sanders
a8719ff80e
feat(@types/ospec): Add missing declaration for o.only() ( #40159 )
...
* feat(@types/ospec): Add missing declaration for `o.only()`
* fix(@types/ospec): Remove `silently` parameter as it isn't documented
2019-11-05 13:59:19 -08:00
Brandon Risell and Nathan Shively-Sanders
d490331e00
chromecast-caf-receiver: All cast.framework.messages union types converted to enums to match SDK ( #40166 )
...
* Convert MessageType to enum
* Convert all messages to enums
* Add documentation links
* Bumping major version for breaking changes
2019-11-05 13:54:05 -08:00
Dief Bell and Nathan Shively-Sanders
5149044884
Added types for socket.io-file package ( #40119 )
...
* Added types for socket.io-file package
* Added TypeScript Version comment
* Fixed formatting
* Fixed formatting errors
* Fixed formatting errors
2019-11-05 13:47:21 -08:00
Eduardo Silva and Nathan Shively-Sanders
677662da78
Add type definitions for express-actuator ( #40107 )
2019-11-05 13:46:45 -08:00
Dominik Ehrenberg and Nathan Shively-Sanders
64de1d9aec
[jasmine] Add definition for jasmine.Env.configure and mark methods as deprecated ( #40013 )
...
* Add definition for jasmine.Env.configure and mark Env methods throwOnExpectationFailure, stopOnSpecFailure, seed and randomizeTests as deprecated
* Rename Configuration to EnvConfiguration to prevent possible naaming conflicts
* Synchronize files in ts3.1 and root
* Move EnvConfiguration to jasmine namespace
2019-11-05 13:41:46 -08:00
vladimir and Nathan Shively-Sanders
7664182296
[mapbox-gl] Add missing public properties and method for Mapbox-gl ( #40057 )
...
* Update mapbox-gl public types to version 1.5.0. Add missing methods and properties.
* Remove duplicated declaration.
Removed duplicated declaration for `getRTLTextPluginStatus` method due to resolving merge conflicts.
* Add tests for new properties and method.
2019-11-05 13:38:57 -08:00
Djordje Lukic and Nathan Shively-Sanders
1ba395a6b4
Update depcheck types to latest (0.9.0) ( #40089 )
2019-11-05 13:37:35 -08:00
Matej Vilk and Nathan Shively-Sanders
af35fe53d6
Fix Geo Object's key name ( #40038 )
2019-11-05 13:36:10 -08:00
Marik Shnitman and Nathan Shively-Sanders
49ed33321e
Updated wix-style-react Text definition to match WSR docs ( #40040 )
...
* Updated wix-style-react text
Updated ellipsed to ellipsis, based on WSR latest docs
* updated tests for Wix style react
2019-11-05 13:35:36 -08:00
Doug Ayers and Nathan Shively-Sanders
633a708031
Add getter signature to job.progress function ( #40097 )
2019-11-05 13:35:06 -08:00
Kyle Chine and Nathan Shively-Sanders
65d3b17a6f
Motivation ( #40091 )
...
Use "export =" syntax instead of "export default" syntax. Because in Node.js environment, ES6 module syntax could not be converted correctly to CommonJS module syntax.
Solution
Use "export =" syntax. Refer to <https://www.typescriptlang.org/docs/handbook/modules.html >
2019-11-05 13:34:31 -08:00
Linus Unnebäck and Nathan Shively-Sanders
fb3c5606ad
[dot-prop-immutable] Allow passing undefined as object ( #40045 )
2019-11-05 13:33:32 -08:00
Jani Šumak and Nathan Shively-Sanders
736a20b93f
Added includeTypeName to IndicesPutMappingParams ( #40055 )
...
* Added includeTypeName to IndicesPutMappingParams
* Added includeTypeName to IndicesPutMappingParams
2019-11-05 13:33:01 -08:00
f5ae60c0ac
[@types/jest]: add generics to matches ( #40092 )
...
* [@types/jest]: add generics to matches
* Update types/jest/index.d.ts
Co-Authored-By: Jeroen Claassens <jeroen.claassens@live.nl >
* Apply suggestions from code review
Co-Authored-By: Jeroen Claassens <jeroen.claassens@live.nl >
2019-11-05 13:30:36 -08:00
Clay Miller and Nathan Shively-Sanders
47a8bdda3e
Revert "Make 'Omit' a distributive conditional type to support union prop types. Fixes #39300 . ( #39323 )" ( #40095 )
...
This reverts commit f71b4a0526 .
2019-11-05 13:28:39 -08:00
Gareth Jones and Nathan Shively-Sanders
1d5494e2a9
[@types/jest]: improve definition of MatcherUtils ( #40068 )
...
* [@types/jest]: improve definition of MatcherUtils
* Update `equals` types
2019-11-05 13:28:06 -08:00
Christophe Coevoet and Nathan Shively-Sanders
a872962928
Fix the package name in the description of the autosize types ( #40047 )
2019-11-05 13:26:52 -08:00
anadutova and Nathan Shively-Sanders
d6a12689b1
[react-responsive] Add device prop on MediaQuery component ( #40039 )
...
* Add 'device' prop on MediaQuery component
* Typo
2019-11-05 13:26:30 -08:00
Christophe Coevoet and Nathan Shively-Sanders
0f0d84477c
[humane-js] Fix humane-js types ( #40043 )
...
* Rename the humane types to humane-js to match the package name
* Improve humane-js types
- define the exported CommonJS API instead of documenting the global
variable from the UMD pattern
- fix the list of available options
- use proper signatures for various functions instead of generic
Function types
- use optional parameters instead of function overload without extra
params for proper types
* Enable the strict linting rules for the humane-js types
2019-11-05 13:25:01 -08:00
cdoe and Nathan Shively-Sanders
afd89d0e4f
[intercom-client] Add separate User type for creating and updating ( #40035 )
2019-11-05 13:23:37 -08:00
Yves Kaufmann and Nathan Shively-Sanders
6d1bed7dac
[koa__multer] Allows to access the properties file and files through the koa context. ( #40034 )
...
* [koa__multer] Allows to access the file nad files through the koa contet.
* Extends the koa context and request by the fields file, files.
* Removes unecessary import
2019-11-05 13:21:16 -08:00
Matt Burstein and Nathan Shively-Sanders
1cb82bdd9f
[@types/nunjucks] Fix types for functions in Environment ( #40026 )
...
* [@types/nunjucks] Fix function signiatures in Environment
* [@types/nunjucks] Add tests for improved Environment function signiatures
2019-11-05 13:20:37 -08:00
Johannes Dobler and Nathan Shively-Sanders
62ef71cd97
add number type to maxRetries ( #40019 )
...
maxRetries can also be a number to specify the number of retries. Currently it is only possible to either do no retry or 1 retry (with setting to true).
2019-11-05 13:19:19 -08:00
Noah Chase and Nathan Shively-Sanders
1c44f1681f
initial Apple Music API typings ( #40090 )
...
* initial Apple Music API typings - start with Song-related things
* add additional Apple Music API types
2019-11-05 13:16:38 -08:00
ExE Boss and Nathan Shively-Sanders
34cc085a65
chore(package): Remove empty dependencies object ( #40009 )
2019-11-05 13:15:16 -08:00
ikokostya and Nathan Shively-Sanders
7803774c1f
[leveldown] Add clear() method ( #40083 )
2019-11-05 13:14:38 -08:00
Ricardo Mello and Nathan Shively-Sanders
ea18e353c1
Add type definitions for js-roman-numerals ( #40033 )
2019-11-05 13:13:53 -08:00
Alex Lee and Nathan Shively-Sanders
469a9dad40
fix minor problem in typing of node-forge.pkcs12.Pkcs12Pfx.safeContents ( #40088 )
2019-11-05 13:13:25 -08:00
Saeed Tabrizi and Nathan Shively-Sanders
0e295fc600
Update OrientJs ( #40084 )
...
* Update OrientJs
* Update orientjs
- fix orientjs ODatabaseSession
* Update orientjs
- fix linting issues
2019-11-05 13:12:17 -08:00
Prain and Nathan Shively-Sanders
f7d76b4bd1
Add typing for graphql-bigint ( #40041 )
2019-11-05 13:11:33 -08:00
Kerminate and Nathan Shively-Sanders
2e7765f18a
docs: improve readme.cn on external dependencies ( #40014 )
...
* feat: create README.cn.md
* chore: add Chinese README
* feat: Switch status badges to Azure Pipelines in README.cn.md
* docs: Readme TOC
* docs: improve readme.cn on external dependencies
* style: use full-width characters
2019-11-05 13:05:04 -08:00
Nikita Galkin and Nathan Shively-Sanders
6171e79c95
[node] Improve os.constants.errno ( #40017 )
...
* Add missed os.constants.errno for win32
* Add deprecation message for errno at constants module
2019-11-05 13:02:18 -08:00
Christophe Coevoet and Nathan Shively-Sanders
c9e13869e9
Add types for insert-text-at-cursor ( #40058 )
2019-11-05 11:23:02 -08:00
Christophe Coevoet and Nathan Shively-Sanders
59856c5fa7
Add types for timeago ( #40062 )
2019-11-05 11:22:41 -08:00
ikokostya and Nathan Shively-Sanders
7a15881b4f
[got] Add event property to TimeoutError ( #40087 )
2019-11-05 11:22:09 -08:00
Masaki Muranaka and Nathan Shively-Sanders
3fcd9539a6
Add types for IOST smart contract library. ( #40066 )
...
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com >
2019-11-05 11:19:41 -08:00
Felix Hao and Nathan Shively-Sanders
2e2227cdde
Add package: openurl & openurl2 ( #40065 )
...
* add package: openurl & openurl2
* fix lint
2019-11-05 11:18:42 -08:00
Slobodan Stojanović and Nathan Shively-Sanders
144b45d7c1
minimal-request-promise: Add initial typings ( #40072 )
2019-11-05 11:17:52 -08:00
James Charlesworth and Nathan Shively-Sanders
23332fa2c8
[jump.js] Add option for passing duration as a function ( #40082 )
...
* Add option for passing duration as a function, it has been supported in jump.js just missing from typings https://github.com/callmecavs/jump.js/blob/master/src/jump.js#L133
* jump.js remove myself from the defitions by (also kick off another build)
2019-11-05 11:15:34 -08:00
Ben Grynhaus and Nathan Shively-Sanders
2f8b27fdb0
add types for lucene ( #40074 )
2019-11-05 10:52:08 -08:00
Shrouded Shrew and Nathan Shively-Sanders
b09b89241b
Add types for sic-list ( #40126 )
...
* Add types for sic-list
* Fix version number
* Add more tests
* Remove void type for overwrite test
2019-11-05 10:42:28 -08:00
Ben Allfree and Nathan Shively-Sanders
a312d33554
Add struct definitions ( #40073 )
...
* Add struct definitions
* Struct generics
2019-11-05 09:58:13 -08:00
Rayhan Wirjowerdojo and Nathan Shively-Sanders
ed6743ecbe
Added type definitions for react-loader-spinner ( #40080 )
...
* Added type definitions for react-loader-spinner
* Added version reference of react-loader-spinner to 3.1
* Changed TypeScript version reference to 3.6
* Removed JSDoc for possible types
* Removed I prefix on the LoaderProps interface
2019-11-05 09:55:23 -08:00
Emily Marigold Klassen and Nathan Shively-Sanders
60bd0fc81e
Add types for json-schema-compare ( #40085 )
...
* Add types for json-schema-compare
* Use JSONSchemaDefinition instead of only schema
2019-11-05 09:32:36 -08:00
ExE Boss and Nathan Shively-Sanders
0410320f11
feat: Add globalThis ( #40096 )
2019-11-05 09:07:36 -08:00
Ozum Eldogan and Nathan Shively-Sanders
3a19d3f7c9
update TypeScript version ( #40093 )
...
knex which is a dependency of this module, requires TypeScript 3 and above.
2019-11-05 09:04:43 -08:00
Michał Wadas and Andrew Branch
11a7038978
[@types/hapi] Add new point of extension (ServerMethods interface) ( #38716 )
2019-11-05 09:04:14 -08:00