Commit Graph
67226 Commits
Author SHA1 Message Date
Andrew LucaandGitHub f4e6623d41 fix(react-table): [v6] remove hideFilter prop (#42116)
* fix(react-table): [v6] remove `hideFilter` prop

> Renamed hideFilter -> filterable (Column option. Note the true/false value is now flipped.)
> https://github.com/tannerlinsley/react-table/blob/v6/CHANGELOG.md

* chore: added myself to authors for future reviews
2020-02-10 10:13:29 -08:00
jasonvideoblocksandGitHub 1f060fbe8b [braintree] Add typing for PaymentMethod webhook (#42245) 2020-02-10 10:11:54 -08:00
Samuel BodinandGitHub eee173cf75 fix(mongoose): add arrayFilters in update operations (#42156)
* fix(mongoose): add arrayFilters in update operations

* lint
2020-02-10 10:11:17 -08:00
Alex HaytonandGitHub 7f931c009f Refactor how files/attachments are sent to Chatkit (#42236) 2020-02-10 10:10:34 -08:00
VedicanandGitHub 5096e1ed08 New property "registerChild" was added about a week ago (#42197)
The property registerChild was added to CellMeasurer about a week ago.
2020-02-10 10:07:25 -08:00
RaphaelandGitHub ca07218131 Add support for silent flag in notifyjs. (#42232) 2020-02-10 10:06:36 -08:00
Ryo OtaandGitHub c6c78cbb23 Fix return type of get() to return string | null (#42209) 2020-02-10 10:05:52 -08:00
Justin BeckwithandGitHub b8fdb6e94d feat(mkdirp): upgrade mkdirp types to 1.0 (#42108)
* feat: upgrade mkdirp types to 1.0

* try adding a packagejson

* bump

* just remove it

* pr feedback
2020-02-10 10:04:45 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub 4ace90950d fix(chrome): add pendingUrl Tab property. Fixes #42224 (#42227)
- property added
- tests updated

Thanks!
2020-02-10 09:51:10 -08:00
gargrohandGitHub 01e74edfb3 remove UseFiltersOptions (#42090) 2020-02-10 09:50:34 -08:00
Philip BulleyandGitHub 92a4daec29 Add ChildNode to union in fireEvent element arg (#42215)
* Add ChildNode to union in fireEvent element arg

* Add ChildNode test to eventTest()

* Changing ChildNode to its super type Node for typescript@3.0 compatibility
2020-02-10 09:49:57 -08:00
Jaime Martínez RincónandGitHub 72ce5b2ea5 Fix typo in mongodb auth (#42216) 2020-02-10 09:49:01 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub 260fd5aa63 feat(browserslist): update to version 4.8 (#42208)
- missing `mobileToDesktop` option
- correct coverage stats options to support string literals for country
code and 'my stats'
- tests coverage expanded

Thanks!
2020-02-10 09:48:15 -08:00
Kristóf PoduszlóandGitHub e317357cb6 fix(theme-ui): add missing FlexProps type (#42207)
* fix(theme-ui): add missing FlexProps type

* chore(theme-ui): add self as an author
2020-02-10 09:44:26 -08:00
ivansiach0andGitHub f221ea35e3 Updated types for ReCaptcha and added loadReCaptcha function (#42168)
* Update types and add default class export

* Add Export to modules and update import in test file
2020-02-10 09:43:31 -08:00
HaredevandGitHub 97b1228e7d Fixing react-mic onStop event type (#42180)
* Fixing rect-mic onStop event type

* Fixing rect-mic onStop event type

* fix header
2020-02-10 09:37:22 -08:00
Jerome De LeonandGitHub 99d8419c4d [parse/node] Add missing types for encrypting users (#42173)
* Add missing types for encrypting users

@dplewis

* Fix linting

* Add test

* Revert prettier

* Revert Changes

* Fix prettier

* Fix lint

* Add name to the package
2020-02-10 09:32:53 -08:00
Nathan Shively-SandersandGitHub 6e845af246 Fix jest spyOn test for Promises (#42251)
* Fix jest spyOn test for Promises

Before February 8, Typescript stopped issuing errors in long method
chains after it encountered one error. Now it continues to give errors
on subsequent methods. This found an error in the jest tests where
mockResolvedValue[Once] and moveRejectValue[Once] were being tested on a
non-promise target.

This PR adds a promise-specific test case to fix those errors.

* the linter sure does like semicolons!
2020-02-10 09:16:10 -08:00
Junseong ParkandGitHub a65b7f64b0 Export types and interfaces (#42203)
* added @types/react-native-background-downloader

* remove typescript version

* modified for lint

* exported types and interfaces

* update test code
2020-02-10 09:13:27 -08:00
Wassim CheghamandGitHub e004560304 add optional types (#42211) 2020-02-10 09:08:08 -08:00
Alan PlumandGitHub 79a77dee97 Add ttl index type (#42225)
See https://www.arangodb.com/docs/stable/indexing-ttl.html
2020-02-10 09:04:06 -08:00
CiffeliaandGitHub d6a734bdcc [electron-load-devtool] Update to v1.2 (#42218)
* [electron-load-devtool] GitHub username change (@prince0203 -> @ciffelia)

* [electron-load-devtool] Format code

* [electron-load-devtool] Update to v1.2
2020-02-10 08:38:05 -08:00
Stanislav SpatariandGitHub ea0d6d6fd8 fix(intercom-client): fix find methods (#42230)
Change return type find method that returns promise and find method with callback from User to UserList
2020-02-09 18:50:37 +00:00
Andrew HutchingsandGitHub a68259ee88 Update type for webpack's Stats.ToJsonOutput['assetsByChunkName'] (#42219)
`assetsByChunkName` is an object keyed by chunk name with a value of either a single asset (string) or array of assets.

See implementation here: https://github.com/webpack/webpack/blob/v4.41.5/lib/Stats.js#L441-L447
2020-02-09 07:04:57 +00:00
SébastienandGitHub 647a206724 fix(carbon-components-react) Dropdown itemToElement prop should be ReactNode (#42089)
* Changed CarbonReact Dropdown itemToElement from ComponentType to a NonNullable ReactNode.

* Added a test

* Changed item-to-element to a ReactElement

* renamed test

* Fixed merge issues
2020-02-07 16:45:32 -08:00
Jan T. SottandGitHub 722d7e70fa atom: Add nightly release channel (#42198)
* Add nightly release channel

Atom has [nightly versions since June 2019](https://blog.atom.io/2019/06/21/introducing-atom-nightly-releases.html), this PR adds it to the release channels

* remove quotes
2020-02-07 16:44:33 -08:00
Jesse TrinityandGitHub 111a349f75 Revert "chart.js: Update ChartData to accept both Arrays and ReadonlyArrays (#42023)" (#42191)
This reverts commit dc72f7ed97.
2020-02-07 16:41:42 -08:00
YurickandGitHub 0d34d62210 [redis-info] Add base types (#42186)
* Add basic types

* Add tests
2020-02-07 14:22:57 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub a6ab44b5e3 feat(express-fileupload): update definition details (#42040)
- properties from file upload options added
- document properties
- amend tests to cover added properties

https://github.com/richardgirges/express-fileupload#usage
https://github.com/richardgirges/express-fileupload#available-options

Thanks!
2020-02-07 14:10:57 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub c85c9c89b5 update(compression): amend module definition and bump to 1.7 (#42045)
- CommonJS module refined
- added public document props
- removed implicit zlib props from defintion and opt-in for unnamed
props support
- proper support for module Express.Response.flush method added
- tests amended to reflect changes in module definition
- Prettier run on the definition file
- configuration based on current DT settings

Thanks!
2020-02-07 14:08:59 -08:00
Piotr Błażejewicz (Peter Blazejewicz)andGitHub d5f2ef6c1f feat(errorhandler): update to 1.5 version (#42048)
- version align
- export title module property
- amend tests
- update configuration to latest DT setup

Thanks!
2020-02-07 14:07:10 -08:00
ExE BossandGitHub 2e13ca4b69 feat(object.getownpropertydescriptors): Add missing files (#42188) 2020-02-07 14:05:28 -08:00
Slava KnyazevandGitHub a30ebb562f Update index.d.ts (#42167)
Not much to say here, its just missing and I needed it. Is there a reason it already wasn't in?
It's referenced here: https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/sensors/sensor-api.md
2020-02-07 14:05:04 -08:00
Elizabeth SamuelandGitHub 4dca67ea9a [office-js] [office-js-preview] (Outlook) Link to OM in Item description (#42195) 2020-02-07 14:04:19 -08:00
Michael AdamsandGitHub 24f895c718 [plotly.js] - add pad to plotmarker. (#42184) 2020-02-07 14:04:07 -08:00
Max BoguslavskyandGitHub 874e3e909b Updated tests and Options interface to match js code. (#42177)
* - updated tests for type.

* - used webm and mp4 from base type.

* used worker types from base namespace

* fixed whitespace

* experiment

* reverted refactoring back
2020-02-07 14:03:48 -08:00
Samuel BodinandGitHub 6c61d48de2 fix(google__maps): sessiontoken in PlaceAutocomplete is optionnal (#42165) 2020-02-07 14:01:56 -08:00
SébastienandGitHub 565e8696e1 fix(carbon-components-react) TileGroup's onChange signature: all arguments are mandatory (#42125)
* Updated TileGroup's onChange signature: all arguments are mandatory

* Added test for the onChange

* fix lint issues

* Fixed merge issues
2020-02-07 13:48:50 -08:00
zytjsandGitHub 946a98e60e Update tooltip.d.ts (#42178) 2020-02-07 13:19:46 -08:00
Sergey TselovalnikovandGitHub 4cad9f5a3b [rsocket-core] Add rsocket error types (#42155) 2020-02-07 13:19:17 -08:00
Rob AmmerlaanandGitHub b9c82c65e7 Added 'console group' methods to type Console in react-native (#42183)
* Added console group methods

* Also added group()

* reversed format
2020-02-07 13:18:42 -08:00
John SoutarandGitHub 9cde842cbb Add missing method signatures for JWPlayer.off() (#42179) 2020-02-07 13:17:57 -08:00
Martin ZlámalandGitHub fd6a6b6b9a Relay runtime: fix Store options (#42152)
Related change in Relay: https://github.com/facebook/relay/commit/6ed264413ba8cdd586d695e5ed234951ee9eca13
2020-02-07 13:11:52 -08:00
SébastienandGitHub abcf09cba4 fix(carbon-components-react) Added ref for inputs and textareas (#42187)
* Added support of ref for TextArea and Input

* removed old code

* Reused the old forwardingcomponent + added number

* removed forward ref from  NumberInput

* lint fix
2020-02-07 13:10:37 -08:00
Pedro MutterandGitHub 2422a0f02f [@catho/quantum] Fix componets event handlers types (#42171)
* 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
2020-02-07 13:09:53 -08:00
cornoandGitHub cc648c790b added 'Clarinet' (#42078)
* Added declarations for 'clarinet'

* added tests file

* fixed options type

* generated .d.ts file with dts-gen and copied relevant changes

* added tests file

* added 'private = true' as required by tslint

* linted

* removed package.json (superfluous)

* added stream module

* fixed 'on' method
2020-02-07 13:08:11 -08:00
TypeScript BotandGitHub 94cae9a72a Update CODEOWNERS (#42190) 2020-02-07 11:39:17 -08:00
VincentandGitHub eacbcad95d Revert "rdflib: Provides its own types (#39502)" (#42044)
This reverts commit 974e3815b6.

Note that I've also manually removed rdflib from
notNeededPackages.json, which was moved around in a later commit
(35a3ce6589) - hence it wasn't
originally caught in this revert.
2020-02-07 10:24:51 -08:00
Jordan HarbandandGitHub 6fdd80d8ad add LJHarb as an owner of LJHarb’s packages (#42138) 2020-02-07 10:20:33 -08:00
Pragun SainiandGitHub 79545c9942 Added @types/vndb (#42039)
* Added @types/vndb

* removed unnecessary reference to node

* Removed package.json

* Removed JSDoc type annotations

* Removed unnecessary namespace from @types/vndb
2020-02-07 10:06:42 -08:00