Commit Graph
66275 Commits
Author SHA1 Message Date
Andrew GoodaleandRon Buckton 7e83843cd1 [react-native] Fix SectionList component type and add missing methods (#40835)
* Fix SectionList component type and add missing methods

* Replace the "any" with the correct type

* Add `getScrollResponder()` and `getScrollableNode()` methods
2019-12-06 16:42:32 -08:00
Thijs AlofsandRon Buckton 827ac349bc [chart.js] Added missing property z (z-index of gridline layer) to GridLineOptions. (#40872) 2019-12-06 16:39:49 -08:00
Tom BertrandandRon Buckton b98550aab3 Add missing typings for react-mentions v3.3.0 (#40829)
* Add missing typings for react-mentions v3.3.0

* Update react-mentions version in header to 3.3
2019-12-06 16:38:03 -08:00
bdaccfdf4b Feature/parse/various (#38878)
* feat(parse): add Cloud job functions; SaveOptions.cascadSave; Object.revert(keys)

* Apply suggestions from code review

Co-Authored-By: Yago Tomé <yagotome@gmail.com>

* refactor(SaveOptions): move cascadeSave opt to its own interface

...in order to keep consistency with the rest of the options.

* refactor: upgrade version to 2.2.9

* fix(Parse.Config): update params for functions `get` and `save`

* feat(LiveQuerySubscription): add default events

* fix(Query): function subscribe() should return a Promise

* improve(File): add missing constructor variations

* bump version to 2.3.0

* feat(Object): add function

* fix(ParseObject): remove  as return type of fetchFromLocalDatastore()

* refactor(parse/File): use union type instead of several constructors

* feat(parse/File): add function getData()

* chore(parse): bump version
2019-12-06 16:37:22 -08:00
Ole André Vadla RavnåsandRon Buckton 3b047be851 Sync frida-gum typings with Frida 12.7.25 (#40868)
Changelog at:

        https://www.frida.re/news/2019/09/18/frida-12-7-released/
2019-12-06 16:32:18 -08:00
StraightOuttaCromptonandRon Buckton 6f49a850bf Added missing VictoryPortal type definitions with tests (#40748) 2019-12-06 16:31:31 -08:00
Alex JerabekandRon Buckton c19078e5c2 [office-js, office-js-preview] Specifying table name restrictions (#40867)
* Specifying table name restrictions

* Typo
2019-12-06 16:30:52 -08:00
ArunekoandRon Buckton 3c833a19a1 Fix missing argument defintion in nuxtjs__auth (#40840)
* fix missing argument defintiion

* fix type definition
2019-12-06 16:28:28 -08:00
Alex JerabekandRon Buckton 512557d9bb [office-js, office-js-preview] Excel updates from CDN (ExcelApiOnline 1.1) (#40830)
* Excel updates

* Adressing text issues

* Adressing text issues
2019-12-06 15:50:44 -08:00
Pierre-Antoine MillsandRon Buckton e8add0e478 [ramda] cleanup (#40738)
* chore: replace `Ensure` with `Clean` alias

* chore: update ts-toolbelt

* fix: return type of match

* chore: moved type utilities to tools.d.ts

* chore: move merge type utilities to tools

* chore: move merge utilities + info header

* chore: update ts-toolbelt

* fix: lint, tool imports

* fix: import

* fix: comment lint

* fix: lint

* chore: move MergeAll

* fix: export utility types

* fix: lint

* chore: flatten declaration

* fix: typo

* chore: remove references

* chore: remove old project

* chore: move references to OTHER_FILES.txt

* chore: readme

* fix: export global nsp
2019-12-06 15:47:41 -08:00
TypeScript BotandNathan Shively-Sanders 7ebf9c4e34 Update CODEOWNERS (#40879) 2019-12-06 13:42:31 -08:00
Kyle TsangandRon Buckton a8a31ebfd7 [reactstrap] Update typings to 8.2 (#40865) 2019-12-05 22:20:01 -08:00
Yuki ItoandRon Buckton 914a3f4493 Fix mistakes in getCookiesOption (#40825)
Follow the current documentation
2019-12-05 21:47:37 -08:00
Florian KellerandRon Buckton 80c797e024 [geolite2] Update to 2.0 (#40855) 2019-12-05 21:45:40 -08:00
Simon TretterandRon Buckton ac91d5de65 fix(ioredis): add length property to pipeline (#40847)
the .length property is missing in the current type defintion,
see https://github.com/luin/ioredis/commit/a6060cb53653d315a20a08e5e89c7ce14e6c2ab5

regards
Simon
2019-12-05 21:44:13 -08:00
Dmytro GokunandRon Buckton 4d3da63f9e [mapbox-gl] Update mapbox-gl to v1.6.0 (#40851) 2019-12-05 21:43:42 -08:00
millerickandRon Buckton f1cf1c35fc Updated and fixed types for blocked package (#40831)
* Updated types for blocked

* update version

* lint
2019-12-05 21:39:51 -08:00
CameronDiverandRon Buckton eeeb815207 Dockerode: Add RootFS to image inspect typing (#40848)
From: https://docs.docker.com/engine/api/v1.40/#operation/ImageInspect

Signed-off-by: Cameron Diver <cameron@balena.io>
2019-12-05 21:37:51 -08:00
AndreyandRon Buckton 32c12c3273 Add new property for type Request (#40823)
Type request missing 'disableDisconnect' property. You can see implementation https://github.com/Atmosphere/atmosphere-javascript/blob/master/modules/javascript/src/main/webapp/javascript/atmosphere.js#L188
2019-12-05 21:36:28 -08:00
Dan AndrewsandRon Buckton ac0303be6f Change BlobPart back to string type (#40839)
BlobPart is undefined/not found. The previous return type was a string.
2019-12-05 21:19:12 -08:00
CoryandRon Buckton 5b4dcf3b1c (pino) Add definition for logger bindings (#40826)
* Add bindings definition to BaseLogger

* linting fix
2019-12-05 21:11:22 -08:00
Dobes VandermeerandRon Buckton 37f223db37 [parquetjs] optional/repeated are always usable (#40739)
The library will accept optional on a struct (with fields) and
repeated on a normal field (without fields).

 For example, a struct could be optional, or you can have an array
 of integers.
2019-12-05 19:21:45 -08:00
David UzumeriandRon Buckton 4ff87c1a38 Updated View root to be optional (default is even specified in comments) (#40827) 2019-12-05 19:18:43 -08:00
Serge BESSONandRon Buckton 49eee40094 [@types/mongodb] Adding missing options parameters in functions of Admin interface (#40824) 2019-12-05 19:18:08 -08:00
Tom SartainandRon Buckton 570f69177d [algoliasearch] Add QueryParameters.userToken (#40808)
See https://www.algolia.com/doc/api-reference/api-parameters/userToken/
2019-12-05 19:17:26 -08:00
Bill LiandRon Buckton 98e8424e9f [@types/stripe]: Adding cancel_at to subscription (#40815)
* [@types/stripe]: Adding cancel_at to subscription

* [@types/stripe]: Adding prorate, cancel_at_period_end to subscription
2019-12-05 19:12:39 -08:00
Chris WilkinsonandRon Buckton b1e5b5ce5a [rdf-js] Add Dataset interface (#40794)
* Add Dataset interface

* CS/generic fixes

* Arrays

* Fix extension

* Fix generic

* Override return type

* Returns itself

* Reverse reduce generics

* Test

* Use this
2019-12-05 19:09:55 -08:00
Carson FarmerandRon Buckton 331b9e134c Adds clear to levelup + updates tests (#40792)
* feat: adds clear to levelup

Signed-off-by: Carson Farmer <carson.farmer@gmail.com>

* docs: update contributors

Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
2019-12-05 18:56:15 -08:00
Nathan Shively-SandersandGitHub eee201b2ad remove qunit/v1 references in tests (#40866)
references to `v1` in the test files work on Definitely Typed but don't
reflect real usage, which specifies versions using package.json.

The fix in this case is easy -- switch to current version of qunit. This
required some test changes to jquery.bbq, but they were all renames,
essentially.
2019-12-05 15:18:58 -08:00
Tim BartleyandRon Buckton 7f9ef75bff [@types/stripe] Add missing client_secret property to ISetupIntentConfirmOptions (#40812) 2019-12-04 17:43:27 -08:00
Marius BologaandRon Buckton d0cb7358d9 fix: add setValue for react-native-material-textfield (#40806) 2019-12-04 16:10:50 -08:00
ExE BossandRon Buckton 3c4ac92d62 feat(ejs): Update to v3.0 (#40811)
* feat(ejs): Update to v3.0

* test(ejs): Add `<reference />` to self in UMD test
2019-12-04 16:09:08 -08:00
Simon SchickandRon Buckton c352479209 fix(ioredis): make types more accurate (#40720) 2019-12-04 16:06:30 -08:00
Nathan BrownandRon Buckton 4e7cbd4e64 [icepick] Updates to input arrays to use ReadonlyArray, general cleanup, major version bump (#40807)
* [icepick] Make tsconfig.json more strict

* [icepick] input arrays can be readonly

* [icepick] add tests new alias and methods already in the definitions.

* [icepick] remove most tslint rule exceptions and apply formatting.

* [icepick] remove unnecessary generics

* [icepick] update library version to 2.3 as that is when dissocIn/unsetIn where added.

* [icepick] apply strict-export-declare-modifiers rule

* [icepick] apply prefer-const rule to tests
2019-12-04 15:54:03 -08:00
Brian InglesandRon Buckton c6dea7c0bf Make 'slate' and 'slate-react' Plugin types generic (#40777)
* Added slate-react onContextMenu prop type

* Added onContextMenu to unit test

* Made Plugin related interfaces generic to allow using slate-react Editor type in plugins.
2019-12-04 15:51:47 -08:00
Filip StanisandRon Buckton fc68244f36 Update css-tree types: some returns boolean, add find, findLast, findAll (#40770)
* Update css-tree types: `some` returns boolean, add find, findLast and findAll

* use better types when visit parameter is set
2019-12-04 15:49:18 -08:00
Tomasz DysinskiandRon Buckton 16564a69de Adding new WebGL2RenderingContext (#40789) 2019-12-04 15:45:39 -08:00
Gary SandRon Buckton 482bf4af77 [react-virtualized] Correcting Table.noRowsRenderer property function return type (#40779)
* Correcting prop function return type

`noRowsRenderer` takes a function which will return an element to render when no rows are found. The default value for this prop is `() => null` which also does not fit the schema of `() => void`.

* Adding explicit possible null return value to type

Co-Authored-By: Ron Buckton <ron.buckton@microsoft.com>
2019-12-04 14:53:24 -08:00
Bartosz KotrysandRon Buckton ec03e77d0a fix: add missing typing for auth0-js lib (#40793) 2019-12-03 23:06:09 -08:00
SnowyLeopardandRon Buckton aba5411bce Update materialize-css autocomplete type (#40749) 2019-12-03 23:03:53 -08:00
everhardtandRon Buckton 558ec33b76 hapi__joi: AnySchema extends SchemaInternals and isJoi is dropped (#40767)
* chore: changes by linter

* feat: Joi Schema has SchemaInternals

* fix: isJoi is removed from Joi object
2019-12-03 23:02:40 -08:00
Kevin WandRon Buckton 02f200d643 Added wrap prop for the TabsProps interface (gestalt) (#40782)
* Added wrap prop for the TabsProps interface

Added the missing wrap prop for the TabsProps interface.

* Fixed the typo
2019-12-03 21:30:56 -08:00
Merott MovahediandRon Buckton b1a6ee348e fix(airtable): return types for Table.create (#40756)
* fix: Table.create can return a single TFields object

When `create` is called with a single object to create, the return type is not an array, but a single object. `Response<TFields>` is defined as `ReadonlyArray<Row<TFields>>` (note: `Array`), which isn't correct for a single object. Likewise, `Promise<Array<Response<TFields>>>` implies a multidimensional array, which again isn't correct.

* test: add tests for Airtable.create

* fix: fix usage of Readonly type
2019-12-03 21:12:42 -08:00
Steve JohnsandRon Buckton 128406e454 add rpxtransformers to xstyled__system (#40788) 2019-12-03 17:06:50 -08:00
Andrii RodionovandRon Buckton a26abc07b0 [nuxtjs__auth] added missing declarations (#40778)
* [nuxtjs__auth] added missing methods declarations

* fixed missed semicolons
2019-12-03 17:01:07 -08:00
MichaelandRon Buckton 4b7a130a2d [@types/fabric] Fix gradients, version 3.5 (#40583)
* fix setGradient options, fix set BackgroundColor  options

* Gradient contructor options optional

* update gradient constructor to official doc

* add contacts for mention

* update fabric verstion

* OGradientOptions refactor to interface

* fabric.Object setGradient fix tests

* add reHex, reHSLa, reRGBa

* Object fill can be gradient
2019-12-03 16:53:09 -08:00
Floris de BijlandRon Buckton 7a3527a881 [sharp] update typings to 0.23.3 and fix #40640 (#40771)
* [sharp] update typings to 0.23.3 and fix #40640

* [sharp] remove patch version
2019-12-03 16:51:28 -08:00
ExE BossandAndrew Casey ccd0ad5997 feat: Add @ungap/create‑content (#40708) 2019-12-03 15:40:10 -08:00
sjoseph7andAndrew Casey 35fd1ba5db Adding types for existing node module "express-list-endpoints" (#40656)
* initial commit

* fix: update express-list-endpoints-tests.ts

* fix: update index.d.ts

I followed in express-less's footsteps

* fix: update tslint.json

I used the tslint file found in express-less.

* fix: remove unnecessary rule changes

* fix: remove unneeded "export"

* docs: update header

* fix: remove tslint rule
2019-12-03 15:12:15 -08:00
ExE BossandAndrew Casey 254fd7c1bb feat: Add function‑bind (#39337)
* feat: Add `function‑bind`

* fix(function‑bind): Separate <TS3.2 and TS3.3+ type defintions

* chore: `tsconfig.json` now allows only `index.d.ts` and tests
2019-12-03 10:59:58 -08:00