Commit Graph

65190 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
940bf3a63d Fix electron dependency in electron-clipboard-extended to 6 (#39336) 2019-10-23 14:52:33 -07:00
garyking
79521e48c8 gitRemotes returns Remote[] (#39331)
This reverts d0bb9d9624 from #31420

release notes: https://github.com/nodegit/nodegit/releases/tag/v0.25.0
2019-10-23 14:51:37 -07:00
Adrián Caballero
7c6cf9d1a7 [chart.js] Definition of parameter attributes for custom tooltip method (#39346) 2019-10-23 14:49:58 -07:00
Derek Sifford
b02210215e fix(wordpress__data): improve type inference of useDispatch hook (#39362)
* fix(wordpress__data): improve type inference of `useDispatch` hook

* chore: run prettier over modified file
2019-10-23 14:49:36 -07:00
Alex Jerabek
02298d9aed [office-js, office-js-preview] Documenting build number for the SVG limitation issue (#39360)
* Adding a build number for a bug

* Correcting verbage

* Adding to release d.ts too
2019-10-23 14:48:31 -07:00
randomnerd
a9217bb2f4 Type declarations for eccrypt (#39334) 2019-10-23 14:03:43 -07:00
James Hong
edb4917e1b [use-global-hook] Updates def for simpler usage (#39199)
* [use-global-hook] Updates def for simpler usage

* [use-global-hook] make recommended changes

* [use-global-hook] remove lint suppression
2019-10-23 08:07:36 -07:00
Max Boguslavsky
4700dcf113 Added typing for jxon (#39283)
* added draft type for jxon

* corrected types for jxon

* corrected formatting

* removed tests

* Update types/jxon/index.d.ts

Great suggestion! Thank you!

Co-Authored-By: Wesley Wigham <wwigham@gmail.com>

* updated typescript version
2019-10-23 07:55:30 -07:00
Juhamatti Niemelä
cbc8a1ec78 Add node-jose DecryptResult properties (#39148)
Add missing DecryptResult properties found in the `node-jose` implementation
and documented here:

https://github.com/cisco/node-jose/blob/master/lib/jwe/decrypt.js#L42
2019-10-22 15:57:04 -07:00
Isiah Meadows
7456fd99fc mithril - Remove inactive author (#39332) 2019-10-22 15:54:44 -07:00
Michael Adams
5e19dd4a56 plotly.js - add plotly types for indicator chart (#39185) 2019-10-22 15:53:35 -07:00
Matthew Peveler
3619b2f43d [@types/jqueryui] Change event type for callbacks to JQuery.Event (#39184) 2019-10-22 15:52:05 -07:00
Benjamin Amelot
0237a013dd [plotly.js] add hiddenlabels to Layout (#39201) 2019-10-22 15:37:29 -07:00
Vesa Poikajärvi
0affaae383 [koa-proxy] opts.map can be a function too (#39203) 2019-10-22 15:31:01 -07:00
Veli-Matti Luoto
e93c792bcd Add missing props to CropperProps (#39205) 2019-10-22 15:30:40 -07:00
Brian Bugh
e4da6e8797 vuelidate: Add function call signature to ValidationRule (#39206)
* Add function definition to ValidationRule

ValidationRule is a function that takes in parameters and then applies them to the inner validator function. The types are currently missing that allow this behavior. This is most useful when building composed functions out of the built-in validators, like so:

```typescript
export const greaterThanZero: ValidationRule = and(minValue(0), not((value: UserInput) => value == 0))
export const greaterThanOrEqualToZero: ValidationRule = minValue(0)
```

Vuelidate "withParams" reference that returns a ValidationRule function: bb23f01ab4/src/params.js (L36-L55)

* unknown -> any for TS < 3.0

* Fix unrelated noImplictAny for TypeScript@next
2019-10-22 15:25:02 -07:00
pera
aa11bb97dc Update types to match Detox 14.5.0 (#39210)
* Update types to Detox 14.5.0

* Fixes...
2019-10-22 15:19:28 -07:00
Gideon Goldberg
d30819ea25 [jsforce] add streaming extensions (#38936)
* add jsforce streaming extensions

* fix typo

* fix formatting
2019-10-22 15:15:11 -07:00
Nikita Barabanov
4f90c72cf3 CSURF cookie "key" option is not required. (#39182) 2019-10-22 15:14:08 -07:00
erbridge
7d9f336bf9 [jest-axe] Fix toHaveNoViolations matcher (#39174)
* [jest-axe] Run Prettier

* [jest-axe] Fix toHaveNoViolations matcher

Jest matchers need to return the type of the thing they're matching.
2019-10-22 15:13:51 -07:00
Hugo Capocci
64ebf87ce5 add module 'no-css' for 'react-scrollbar' (#39175) 2019-10-22 15:11:59 -07:00
Alexander Tartmin
4a251790cd Fix typo in Google Receipt object field (date -> data) (#39168)
According to this line, it looks like a typo in Receipt object
e966ee1348/lib/google.js (L197)
2019-10-22 15:10:49 -07:00
Onur Var
4723b78d0c [@types/react-native-awesome-card-io] Added types for react-native-awesome-card-io (#39276)
* Added types for react-native-awesome-card-io

*  Added missing style props

* [@types/react-native-awesome-card-io] Updated with Requested PR changes

* [@types/react-native-awesome-card-io] Updated with Requested PR changes
2019-10-22 15:09:47 -07:00
Vadim Vakhovsky
ef1726fa43 [@types/consul] Add missing Watch options to node-consul (#39142)
* Add missing Watche options to node-consul

* Make added parameters optional
2019-10-22 15:07:07 -07:00
Leonidas Arvanitis
c897026a0f fix(cesium): Some CesiumWidget and Viewer options can be false (#39141)
Sources (docs are incomplete, especially for Viewer):
- https://cesiumjs.org/Cesium/Build/Documentation/CesiumWidget.html
- https://cesiumjs.org/Cesium/Build/Documentation/Viewer.html
- https://github.com/AnalyticalGraphicsInc/cesium/blob/1.59/Source/Widgets/CesiumWidget/CesiumWidget.js
- https://github.com/AnalyticalGraphicsInc/cesium/blob/1.59/Source/Widgets/Viewer/Viewer.js
2019-10-22 15:06:45 -07:00
Seally
0ec804fe74 [mock-fs] Update type definitions to v4.10. (#38796) 2019-10-22 15:01:41 -07:00
Anda Plotuna
c2ea279b93 [@types/jquery.fancytree] Add missing unselectable properties. Closes #36823 (#39123) 2019-10-22 14:59:45 -07:00
Billy Le
1b0d60a8ba webpack-dev-server/add-types: added type definitions up to webpack-dev-server 3.4.0 (#39093) 2019-10-22 14:40:43 -07:00
Nick Clifford
921c7103a4 Add types for ical (#39198)
* start ical types (external deps?)

* rework calendar component types

* add tests

* fix name

* fix callback return type

* optional index signature

* comment
2019-10-22 14:40:00 -07:00
Anthony Cerbic
65a9a348d0 fix passport-google-oauth20 additional options. (#39070)
Using TS module augmentation, allow google-specific authorization
options to be used with "authorize" and "authenticate" passport
calls, when "google" strategy is used.
2019-10-22 14:36:51 -07:00
Sander de Waal
17a1554a87 Add types for sortobject. (#38840) 2019-10-22 14:32:38 -07:00
Jason Di Benedetto
cdd7ff1a42 create @types/lifeomic__axios-fetch (#39227) 2019-10-22 14:26:45 -07:00
Remco Haszing
1db2d563c0 Add types for parse-author (#39236) 2019-10-22 14:21:17 -07:00
t-moennich
10d1d6b990 Add types for react-div-100vh (#39256)
* Add types for react-div-100vh

* Update author profile link

* Add lower typescript version

* Use an up-to-date typescript version

* Remove moduleResolution default value
2019-10-22 14:14:55 -07:00
Brett Mandler
7a93639646 Added definitions for imagemin-webp (#39266)
* Added definitions for imagemin-webp

* Fix tslint errors
2019-10-22 14:09:28 -07:00
Mick Dekkers
595f779e50 Add type definitions for google-ddns package (#39265) 2019-10-22 14:08:24 -07:00
ExE Boss
cc1a4cdb45 chore(gitignore): Ignore *.log files (#39271) 2019-10-22 14:07:17 -07:00
garyking
2f441237fc Add typings for emoji-strip (#39272)
* generate types/emoji-strip dir with dts-gen

* finish emoji-strip/index.d.ts

* finish emoji-strip tests

* Fix version

* More fixes for emoij-strip.

* fix require
2019-10-22 14:06:45 -07:00
Max Boguslavsky
e47ab14b90 Added type for html-webpack-tags-plugin (#39286)
* commented plugin

* corrected test name

* corrected test name
2019-10-22 14:06:00 -07:00
inglec-arista
f24547c4f9 [simple-query-string]: Add v1 types (#39296) 2019-10-22 14:01:28 -07:00
Gediminas Katilevičius
47c8ae5f36 Kafka-node-avro typings (#39324) 2019-10-22 13:59:14 -07:00
Junxiao Shi
b9860d1a6a stdout-stream: initial definition (#39329) 2019-10-22 13:58:24 -07:00
Junxiao Shi
be4cd49eef write: initial definition (#39328) 2019-10-22 13:57:12 -07:00
Abhinav Srivastava
73334eaf52 adding models for ignite (#39292) 2019-10-22 13:53:28 -07:00
Letscho12
a942fb75da [@types/leaflet] Added method closestLayerPoint to Polyline (#39319) 2019-10-22 13:52:46 -07:00
Simon Schick
74590ad311 fix(node): re-add incorrectly removed crypto.privateEncrypt/Decrypt (#39187) 2019-10-22 13:52:28 -07:00
Alexey Shytikov
9fc1486d6d [react-input-mask] exporting interface that could be used to correctly set properties of the react component (#39321) 2019-10-22 13:50:50 -07:00
Thomas Bruun
249a39f0ca [stripe] Add support for the Person concept on Stripe Connect Accounts (#39259)
Documentation: https://stripe.com/docs/api/persons?lang=node

The interface overlap a lot with the IIndividual interface, but I have chosen to keep them completely separate to
avoid issues going forward if any of them change without the other
2019-10-22 13:50:31 -07:00
Kanitkorn Sujautra
31147ee8ed [countries-and-timezones] Fix type for getAll* functions (#39325)
According to e1f79ee5f5/src/index.js (L18) and e1f79ee5f5/src/index.js (L13), `getAllCountries` and `getAllTimezones` should return an object instead array.
2019-10-22 13:49:50 -07:00
Daniel Cassidy
04d56d1e54 semantic-release: add missing type definitions (#39317)
* semantic-release: Add env field to Context.

See: https://semantic-release.gitbook.io/semantic-release/developer-guide/plugin

* semantic-release: Add missing plugins option.

See: https://semantic-release.gitbook.io/semantic-release/usage/configuration#plugins
See: https://semantic-release.gitbook.io/semantic-release/usage/plugins#plugin-options-configuration

* semantic-release: Add missing dryRun & ci options.

See: https://semantic-release.gitbook.io/semantic-release/usage/configuration#dryrun
See: https://semantic-release.gitbook.io/semantic-release/usage/configuration#ci

* semantic-release: Add indexer to GlobalConfig.

In addition to the defined fields, users may specify any
other arbitrary fields with arbitrary values. These and all
other options will be passed through to plugins.

Remove "prepare" field since this field is not actually
defined or used by semantic-release itself. Its only mention
in the semantic-release documentation is as an example for
an option that will be passed through to plugins. This use is
covered by the indexer.

See: https://semantic-release.gitbook.io/semantic-release/usage/configuration
See: https://semantic-release.gitbook.io/semantic-release/developer-guide/js-api

* semantic-release: Add missing types for "JavaScript API".

See: https://semantic-release.gitbook.io/semantic-release/developer-guide/js-api

* semantic-release: Add self to list of maintainers.

* semantic-release: Add test cases for Result type

* semantic-release: fix lint errors.

* semantic-release: Fix to compile with TypeScript 2.0.
2019-10-22 13:49:31 -07:00