TypeScript Bot
03fddd7a3f
Update CODEOWNERS ( #41171 )
2019-12-30 13:40:52 -08:00
PetrSvirak
fbb9d39bea
Add use-resize-observer types ( #41042 )
...
Types are defined for CommonJS module. While the source library has both a main
entry pointing to a CommonJS module and a module entry pointing to an ESM
module, TypeScript doesn’t yet have the ability to model both formats
side-by-side for the same module, so unfortunately one had to be picked.
2019-12-30 15:08:55 -06:00
Sergey Sychev
7963c011fb
[@types/react-native] WebSocket ( #40968 )
...
* [@types/react-native] WebSocket
* [@types/react-native] WebSocket - fixed types in send method
* Fixed signature of constructor
2019-12-30 20:14:12 +01:00
Arne
805ad7183b
Add openssi-websdk definition ( #41214 )
...
* Add openssi-websdk definition
* remove functions that are not exported by the js
2019-12-30 11:36:54 -06:00
Andrew Branch
c08d2b5e4a
[node] Fix CommonJS import of module ( #41225 )
2019-12-30 11:26:41 -06:00
ShuiRuTian
8b6f65181d
[webpack] Remove properties that has been removed ( #40877 )
...
* remove Module.preLoaders, Module.postLoaders and Configuration.debug. These properties has been removed by webpack2.
2019-12-30 16:24:27 +01:00
Robert Krahn
62e76348ae
Add types for bmp-js ( #41199 )
2019-12-30 09:02:10 -06:00
Roman Komarov
a8fb783542
fixed to the react-table rc.15 definitions ( #41278 )
2019-12-27 20:26:09 -06:00
ggascoigne
1bf49129a6
react-table: port v7 types over from react-table repo ( #40816 )
...
* react-table: port v7 types over from react-table repo
Since the v7 version of react-table has a completely incompatible
interface to v6, and is also no longer including types in its v7
package, this changeset ports over the v7 types and moves the v6 types
into a sub-folder.
The interface isn't ideal, it depends upon interface merging to be
useful. If anyone can offer suggestions as to how to fix this without
falling into the recursive definition problems of generating types based
upon plugins which themselves change the types that they are being used
to define, please let me know.
https://gist.github.com/ggascoigne/646e14c9d54258e40588a13aabf0102d
* mv utils.d.ts from tsconfig -> OTHER_FILES.txt
* test should now pass
* fix type for UseRowSelectState.selectedRowPaths
* upgrade to beta.28
* upgrade to rc.1
* upgrade to rc.3
* upgrade to rc.9
* update to rc.10, address review comments
* Use a generic for prop getters, minor fixes
* lint cleanup
Also added styles to `TableCommonProps` since that's what it's generally
used for in the plugin-hooks.
* add intermediate and address remaining review comments.
* update to rc.15, add readme
Co-authored-by: Roman Komarov <kizmarh@ya.ru >
2019-12-27 13:48:08 -06:00
Jinho Jeong
ab1e00b92c
Add @types/rebass__forms ( #41258 )
...
* Add @rebass/forms typing
* Use rebass's typing
* remove styled-components typing
* Add @rebass/forms path mappings
* Specify TypeScript version
* Remove exports
* Add custom omit type for compatibility
* Add textarea component on test file
* Label component uses Flex inside
* Remove module declaration
* Fix test
2019-12-27 10:34:52 -06:00
Devin xu
4b3c5a76a6
add new features ( #41191 )
2019-12-27 09:56:35 -06:00
LKHO
dbad844829
[mongoose] export Document class, add DocumentQuery.map() ( #40742 )
...
* [mongoose] export Document class, add DocumentQuery.map()
* merge remote branch 'master'
* add test `new mongoose.Document()`
2019-12-27 09:54:45 -06:00
Vlad-Shcherbina
ddf417283f
dygraphs: Allow null in DataArray ( #41193 )
...
See for example http://dygraphs.com/gallery/#g/independent-series
2019-12-27 09:51:42 -06:00
everhardt
36cc7e0150
Update index.d.ts ( #41271 )
...
I'd rather not be involved in every pull
2019-12-27 09:50:15 -06:00
ExE Boss
8556324f73
feat: Add tape‑promise ( #41268 )
2019-12-27 09:49:14 -06:00
Tomasz Pluskiewicz
006d2106dd
typings for @rdfjs/parser-n3 ( #41232 )
2019-12-27 09:38:56 -06:00
Tomasz Pluskiewicz
0d303e5ea8
fix(@rdfjs/namespace): builder can be called without params ( #41231 )
2019-12-27 09:37:58 -06:00
Artur Androsovych
97f91edc4d
add worker-plugin types ( #41223 )
2019-12-27 09:36:57 -06:00
Alex Kessock
a9fd0c12aa
Add types for cypress-image-snapshot ( #41222 )
...
* Add types for cypress-image-snapshot
* Add optional parameters to matchImageSnapshot
2019-12-27 09:35:01 -06:00
Hamit YILMAZ
a44ea7e379
Add pica library type definition files ( #41210 )
...
* Add pica library type definition files
* Fix pica library type definition files array and maximum line exceeds
* Add pica library tests with parameterless constructor
* Fix pica library pica resize buffer options src optional problem.
- Add pica tests resizeBuffer with src options.
2019-12-27 09:28:45 -06:00
garyking
8f255f63e1
Add truncate-middle ( #41202 )
...
* add template
* add
* tests
2019-12-27 09:20:11 -06:00
Piotr Błażejewicz (Peter Blazejewicz)
1d1ea15b93
feat(mui-datatables): refine onDownload callback: Fixes #40838 ( #41266 )
...
- refine return type definition
- update documentation
- add test coverage
Thanks!
2019-12-27 09:16:21 -06:00
Piotr Błażejewicz (Peter Blazejewicz)
300d99813a
feat(stripe-v3): Update methods options. Closes #41144 ( #41189 )
...
- new and missing documentation for `ShippingDetails`,
`CreatePaymentMethodOptions`, `ConfirmPaymentIntentOptions`
- @deprecated tag for `confirmPaymentIntent`
- tests update
Thanks!
2019-12-27 09:15:44 -06:00
Chris Barth
d7a5f44d73
Add types for bcp-47-match ( #41196 )
2019-12-27 09:14:25 -06:00
Chris Barth
a7f75df583
Add types for bcp-47 ( #41195 )
2019-12-27 09:12:51 -06:00
Barry Michael Doyle
ba94ba69b1
Added react-fade-in Type Definitions ( #41182 )
...
* added react-fade-in type definitions
* added version in
* added type definitions for react-hook-mousetrap
* resolved prefer-declare-function error
2019-12-27 09:09:48 -06:00
antoine beauᵛᵃᴵˢ⁻lacᵃˢˢᵉ
05e0a74be3
Add types for blake2 ( #41178 )
2019-12-27 09:06:40 -06:00
Wessel van der Linden
c674dab155
Add types for scss-parser ( #41164 )
2019-12-27 09:03:54 -06:00
Jimmy Jia
694dcfb662
feat: Upgrade for relay-runtime v8.x ( #41235 )
2019-12-27 12:28:16 +01:00
Walter Rumsby
d013dfe912
Add typings for @newrelic/winston-enricher ( #41134 )
...
* Add typings for @newrelic/winston-enricher
* Fix typo
* fixes
* more
* :partyparrot:
* simplify dependencies
2019-12-26 16:19:18 -06:00
Chris Wilkinson
3c9d910f4d
Add @rdfjs/parser-jsonld ( #41093 )
...
* Add @rdfjs/parser-jsonld
* More type tests
2019-12-26 16:12:57 -06:00
Chris Wilkinson
6acf3f13a3
Add @rdfjs/serializer-jsonld-ext ( #41095 )
2019-12-26 16:12:17 -06:00
Nick
7748c5f360
Add @intoli/user-agents ( #41078 )
...
* user-agents
* tslint upd
2019-12-26 15:20:01 -06:00
Piotr Monwid-Olechnowicz
07d353c3b2
Add @theme-ui/components ( #41057 )
...
* Stub definitions for @theme-ui/components
* Add test for @theme-ui/components
* Add Box, Flex, Grid, Text and Heading to @theme-ui/components
* Fix refs in @theme-ui/components types
* Add Field to @theme-ui/components
* Disable no-unnecessary-generics in @theme-ui/components
* Simplify SliderProps in @theme-ui/components
* Test for MarginProps in @theme-ui/components
* Add all @theme-ui/components
* Fix dtslint errors in @theme-ui/components
* Use ButtonProps in @theme-ui/components Button
Co-Authored-By: Petr Bela <bela.petr@gmail.com >
Co-authored-by: Petr Bela <bela.petr@gmail.com >
2019-12-26 15:16:17 -06:00
ExE Boss
018e781627
feat: Add tape‑catch ( #41054 )
2019-12-26 15:12:12 -06:00
Claudio Musumeci
2775e9704f
Added type definition for "use-position ( #41049 )
...
* add: type definition for use-position
* Removed namespace as requested by reviewer
2019-12-26 15:11:15 -06:00
cyberblast
e9b357824d
add @cyberblast/logger ( #41041 )
...
* add @cyberblast/logger
* test severity enums
* initialized wrong property in test
2019-12-26 14:53:40 -06:00
Krzysztof Gutkowski
9b44fd9f60
[lang.js] add definitions for lang.js ( #41017 )
2019-12-26 14:51:47 -06:00
Changhui Lee
e665d7c49f
Add types for php-serialize ( #40869 )
...
* Add type definitions for 'php-serialize'
* Modifying tscconfig.json to the guidelines
* Add missing type definitions header
* Add test file into tsconfig
* Fix typing and remove unused variable declaration
* Fix optional function parameters
* Add empty line for linter
* Update types/php-serialize/index.d.ts
Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com >
* Update types/php-serialize/index.d.ts
Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com >
* Update types/php-serialize/index.d.ts
Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com >
* Update index.d.ts
* Update tsconfig.json
* Revert tsconfig.json chnages
* Add reference types header for node
Co-authored-by: Dmitry Demensky <10235949+demensky@users.noreply.github.com >
2019-12-26 14:32:52 -06:00
Carson Farmer
b6a418b05f
Types for existing npm package subleveldown with tests ( #40754 )
...
* new: adds subleveldown types with tests
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* linter: fix issues
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* fix: use merging to do default export
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* update: correct extension method name
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* review: address reviewer comments pt 1
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* update: remove clear + revert extra opts
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* revert: remove extraneous import added by ide
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* udpate: better treatment of generics
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* update: includes unexported interator class
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* update: simplify and export only function
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
* Reformat with prettier
* Extract `SubDownOpenHook`
* Refine options interface
* Add JSDoc
* credit: where credit is due :)
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
Co-authored-by: Dmitry Demensky <10235949+demensky@users.noreply.github.com >
2019-12-26 14:29:00 -06:00
Carson Farmer
e0193be8ca
feat: adds datastore-core types and tests ( #41011 )
...
Signed-off-by: Carson Farmer <carson.farmer@gmail.com >
2019-12-26 14:26:39 -06:00
mgdodge
0cb556b3ef
Update axios-token-interceptor type definitions to match latest version ( #40945 )
...
* Update axios-token-interceptor type definitions to match latest version
* Add mgdodge to 'definitions by' as per @andrewbranch sugggestion
2019-12-26 14:19:27 -06:00
mgdodge
e8084a4475
Update @okta/okta-vue to v1.2 ( #40944 )
...
* Update okta__okta-vue for v1.2
Bump version after running lint, pending npm update from okta
* Flesh out testing of okta__okta-vue config options
* Add mgdodge to 'definitions by' as per @andrewbranch sugggestion
* Fix typo
2019-12-26 14:04:59 -06:00
Julian Hundeloh
6052092621
[redux-state-sync] feat: pass complete action to predicate function ( #40871 )
...
* [redux-state-sync] feat: pass complete action to predicate function
BREAKING: instead of only the type the complete action is now passed to the predicate function
* style: lint
2019-12-26 13:55:38 -06:00
Retsam
dfd4a7a859
s3rver: make error optional in callback signature ( #40974 )
...
* s3rver: make error potentially null in callback signature
* s3rver: returns itself when run is called with a callback
* Add signature for close method
2019-12-26 13:50:34 -06:00
Nathan Oertel
1fda2b2e92
Fix aws-param-store path parameter type ( #41247 )
...
* Corrected the type for path lookups to be strings instead of lists of parameter names
* Added myself as author
* Changed the path type to match the type in the main library
2019-12-26 13:38:32 -06:00
Steve Wisner
d214b81c83
Add missing isVisible prop to renderMonthElement ( #40885 )
...
The react-dates docs (https://github.com/airbnb/react-dates ) state that `isVisible` is a prop available with the optional `renderMonthElement` prop. However, `isVisible` is not currently listed as a prop for `renderMonthElement` in this file.
2019-12-26 13:35:34 -06:00
Joseph Mileo
11c6ed1d69
Tweak places nearby search request type ( #40886 )
2019-12-26 13:34:07 -06:00
cyberblast
e2c9c5352a
add cyberblast__config ( #41032 )
...
* add cyberblast__config
* tabsize
* Apply suggestions from code review
Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com >
* fixing error in test
* more precise any
* inner terminate
Co-authored-by: Dmitry Demensky <10235949+demensky@users.noreply.github.com >
2019-12-26 13:30:42 -06:00
Mike
5b8b1a9a5f
[Plotly.js] Added axis.tick, steps and threshold.thickness types to gauge; Optionalised some props with Partial<T> ( #41137 )
...
* added gauge.axis.tickfont & gague threshold.thickness
* more gauge types
* added types to gauge - axis ticks, steps, and threshold thickness
* changed array format
* made delta,gauge and number props optional using Partial<T>
* added missing semi-colons
* added missing semi-colons
* naming consistency
* naming consistency
2019-12-26 13:27:42 -06:00