Jeroen de Jong
9513da48c3
🤖 Merge PR #46899 [mapbox-gl] brings setFilter inline with mapbox documentation by @JeroendeJong
...
* FIX: add setFilter options [mapbox-gl]
* FIX: add FilterOptions and make validate null-able
2020-08-19 10:38:53 -04:00
Doug Cutting
d703a7f903
🤖 Merge PR #46877 add properties to Params interface in twit package to support managing lists by @cuttingd
...
* add list_id to Params
* add addtional properties for list creation
* Update types/twit/index.d.ts
limit to the possible values
Co-authored-by: Abraham Williams <4braham@gmail.com>
Co-authored-by: Abraham Williams <4braham@gmail.com>
2020-08-19 10:30:55 -04:00
Robin Mehner
bc14203149
🤖 Merge PR #46593 [@types/chart.js] Add date adapter options to Timescale interface by @rmehner
...
As described in https://www.chartjs.org/docs/latest/axes/cartesian/time.html#configuration-options
and used for setting the locale when using the date-fns adapter: https://github.com/chartjs/chartjs-adapter-date-fns#locale-support-via-scale-options
2020-08-19 07:39:53 -04:00
Nathan Weber
7e8c74275c
Types for the bemmer package. ( #46853 )
2020-08-18 17:33:44 -07:00
Nathan Weber
ffb5255c16
Types for the jasmine-expect-jsx package. ( #46868 )
2020-08-18 17:30:27 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
330b8b9388
feat(node-isbn): new definition ( #46880 )
...
Definition types for books ISBN resolver:
- definition type
- tests
https://github.com/palmerabollo/node-isbn#node-isbn
https://www.npmjs.com/package/node-isbn
Thanks!
2020-08-18 17:29:27 -07:00
Daniel F
63533a1727
Fix display bug with mui-datatables ( #46873 )
...
* Fix https://github.com/gregnb/mui-datatables/issues/1480
Bug with display value for column options.
See issue for further details.
* Ran Prettier
2020-08-18 17:27:09 -07:00
Jesse Donat
791c693c98
Update index.d.ts ( #46874 )
2020-08-18 17:22:58 -07:00
Joe Flateau
9799ac9b73
fix arg type for OnIceCandidate event ( #46600 )
...
* fix arg type for OnIceCandidate event
* Add myself as a maintainer and bump version to current
2020-08-18 17:20:23 -07:00
mottykohn
eb3f3fd347
add type to rows and columns ( #46620 )
...
Co-authored-by: Motty Kohn <mkohn@snfmetrics.com>
2020-08-18 17:19:41 -07:00
Ye-hyoung Kang
f74772c4e1
tingle.js: setContent() accepts Node ( #46614 )
2020-08-18 17:18:02 -07:00
Eana Hufwe
16ad6a4098
wicg-mediasession: add support to setActionHandler event and setPositionState ( #46613 )
2020-08-18 17:17:46 -07:00
Tomasz Pluskiewicz
1cfe192099
[sparql-http-client]: store must return readable streams ( #46609 )
2020-08-18 17:17:08 -07:00
Losses Don
634f927a82
🤖 Merge PR #46685 fix(animejs): Add tick method to AnimeInstance by @Losses
...
* fix(animejs): Add tick method to AnimeInstance
Document here: https://animejs.com/documentation/#tick
* test(animejs): Add a test for tick.
* fix(animejs): fix typo
2020-08-18 20:08:55 -04:00
XxX-MLGNoob-XxX
de112ddd85
🤖 Merge PR #46882 [@types/webpack-dev-middleware] Make publicPath Option Optional by @XxX-MLGNoob-XxX
...
* Make publicPath Option Optional
* Add Test for Creating Instance with Empty Options
Co-authored-by: XxX-MLGNoob-XxX <thomason.isaiah@yahoo.com>
2020-08-18 18:18:52 -04:00
Elizabeth Samuel
992e59fb7b
[office-js-preview] (Outlook) Signature interaction with LaunchEvent ( #46795 )
...
* [office-js-preview] (Outlook) Signature interaction with LaunchEvent
* Updates based on feedback
* Updates based on feedback
2020-08-18 11:28:36 -07:00
Elizabeth Samuel
5012cda281
[office-js] [office-js-preview] (Outlook) Can't set recurrence start and end using Time.setAsync ( #46876 )
2020-08-18 11:24:21 -07:00
Alexander Shilov
90512aae5e
🤖 Merge PR #46341 canvaskit-wasm: add MakeCanvas() and SkHtmlCanvas by @ashlanderr
2020-08-18 02:52:59 -04:00
Remco Haszing
a69a9b8ad7
🤖 Merge PR #46793 Koa http error by @remcohaszing
...
* Format Koa types using prettier
* Define type of Koa.HttpError
* Export Koa.HttpError on Application namespace
Also a test was added to ensure the type is properly defined.
* Improve HttpError tsdoc
2020-08-18 02:12:33 -04:00
Glauber Carvalho
60b283bfb8
🤖 Merge PR #46860 Vimeo - Update RequestOptions query by @glaubervictor
...
* Update RequestOptions query - string to object
* Update vimeo tests
2020-08-17 22:53:51 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
fb9394423e
🤖 Merge PR #46852 update(wcag-contrast): version 3.0 update by @peterblazejewicz
...
- typed textual score, including `AA Large` and `Fail` introduced in 3.0
- improved JSDOc
- version bump
- maintainer added
- tests amended
https://github.com/tmcw/wcag-contrast/compare/v2.1.2-0...v3.0.0
Thanks!
2020-08-17 18:57:33 -04:00
Michael Ness
6fd37a5577
🤖 Merge PR #46799 [@types/underscore] Collection and Array Tests - Shortening Cleanup by @reubenrybnik
...
* Shortening test type and variable names and reorganizing tests.
* Updating section headers to be uniform.
* Cleaning up summary comments and a few unnecessary _Chain values not caught by linting and making all lines for changed functions 80 characters long or less.
* Using a constant tuple instead of a generic array for deepProperty.
2020-08-17 17:33:27 -04:00
Antonio Piha
fe8a807b31
🤖 Merge PR #46347 Nsqjs package updating types to latest version by @antonio-piha
...
* Nsqjs updating types to latest version
* Update types/nsqjs/index.d.ts
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
* Update types/nsqjs/index.d.ts
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
Co-authored-by: antonio-piha <antonio.piha@hotmail.com>
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2020-08-17 17:02:24 -04:00
Rory McGuinness
252c770d19
🤖 Merge PR #46180 [poker-evaluator] Fix for number input by @rorymcgit
2020-08-17 16:43:08 -04:00
Jason Tremper
ad8112d7a5
Removed me as owner ( #46431 )
...
I haven't touched this file in years, so wouldn't be a good candidate to own or review changes
2020-08-17 12:57:23 -07:00
Nathan Shively-Sanders
297606d31b
Fix knockout failure on TS 4.0 ( #46844 )
...
I couldn't get a type for ObservableStatic that works for both 4.0 and
3.9 and earlier, so I split the definitions.
2020-08-17 12:33:16 -07:00
Nathan Shively-Sanders
edd863d162
Update kap-plugin tests for new conf version ( #46846 )
...
The new version makes the type of `get` stricter by fixing a `string |
<string subtype>` union. This makes the return type of `get` not include
`undefined`.
2020-08-17 10:50:49 -07:00
Iulian Preda
c2256d9742
Removed OpenApi-v3 types ( #46819 )
...
* Removed OpenApi-v3 types
* Update notNeededPackages.json
2020-08-17 10:32:02 -07:00
Richie Bendall
3a072264d7
feat: Add typings for scratch-env ( #46522 )
...
* feat: Add typings for scratch-vm
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
* Replace tabs with spaces
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
* Declare as class
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
* Move ArgumentType, BlockType and TargetType to the correct scope
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
* Rename to `scratch-env`
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
* Fix lint
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
* Fix lint
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
* Update types/scratch-env/index.d.ts
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2020-08-17 09:24:05 -07:00
Christophe Coevoet
d9a2e4cc8a
[sortablejs] Fix types for the onMove callback ( #45684 )
...
* [sortablejs] Fix types for the onMove callback
While return 1 or -1 is supported to override the final position, returning nothing is also supported (keeping the default position which is based on the dragging direction).
* [sortablejs] Add tests covering the onMove signature returning nothing
2020-08-17 09:10:20 -07:00
Nathan Shively-Sanders
1915357054
Fix eventsource for Typescript 4.0 ( #45523 )
...
* Fix eventsource for Typescript 4.0
Typescript 4.0 changes the definition of MessageEvent[Init] to add a
type parameter that tracks the type of MessageEvent.data. Since
eventsource monkeypatches MessageEvent, it has to update as well.
To remain compatible with old versions of Typescript, I created a 4.0
subdirectory.
Unfortunately, this PR won't pass until the beta (or maybe the RC?) of
4.0 starts. I'm creating it now so I don't forget about it.
* use relative path in tests
2020-08-17 08:41:33 -07:00
Adrian Castro
dce47c4fe6
🤖 Merge PR #46840 Breaking typo in @types/thrift by @IAL32
...
* Update index.d.ts
Small, but very important typo.
* Added test as well
2020-08-17 10:30:01 -04:00
Anna Henningsen
d868bfead7
🤖 Merge PR #46244 [node] Update with changes from v14.6.0 by @addaleax
...
Refs: https://github.com/nodejs/node/pull/34371
2020-08-17 10:15:31 -04:00
ghnacker
e81a76a6f4
🤖 Merge PR #46546 [@types/semver] fix: s,require('../'),require('../index'), by @ghnacker
2020-08-17 06:27:37 -04:00
Tomasz Pluskiewicz
9cff76f09a
🤖 Merge PR #46544 types for @rdfjs/serializer-ntriples by @tpluscode
...
* types for @rdfjs/serializer-ntriples
* lint
2020-08-17 06:26:37 -04:00
Tomasz Pluskiewicz
e1909013df
🤖 Merge PR #46543 sparql-http-client: fix typo and update StreamStore class by @tpluscode
2020-08-17 06:26:19 -04:00
Tomasz Pluskiewicz
3a4ce0adab
🤖 Merge PR #46393 Update Clownface to v1.0 by @tpluscode
...
* clownface: list method can return null
* clownface: added language filter feature
* clownface: forEach returns self
* rename exported interfaces to match future spec
* style
* revert: array type argument
2020-08-17 06:25:03 -04:00
rockSandy
d62f53ba8c
🤖 Merge PR #46827 [@types/miniprogram] update callback fail object by @rockSandy
...
* feat: update callback fail object
* feat: add tests
2020-08-17 04:25:21 -04:00
Simon Asp
d0206325a4
🤖 Merge PR #46790 [react-select]: Export IndicatorContainerProps by @simon-asp
...
* [react-select]: Export IndicatorContainerProps
* [react-select]: Add test for CustomIndicatorsContainer
2020-08-17 02:48:02 -04:00
Kallan
32455bc756
🤖 Merge PR #46589 [@types/chromecast-caf-receiver] Add media command functions to chromecast-caf-receiver by @Ritural
...
* Add media command functions to cast.framework.d.ts
Add removeSupportedMediaCommands
Add addSupportedMediaCommands
Add getSupportedMediaCommands
Add getCurrentSupportedMediaCommands
* Fix linting whitespace issue.
2020-08-16 23:09:14 -04:00
garyking
d4e7c79bb1
🤖 Merge PR #46722 xml2json: replace types of {} with Record<string, unknown> by @garyking
...
* use Record
# Conflicts:
# types/xml2json/index.d.ts
* fix
* use generics
* fix lint errors from using generics only once
2020-08-16 18:24:19 -04:00
Barrett Routon
d8fc3f8dcf
🤖 Merge PR #46822 added group key to rate limiter for bull package by @zfghterb721
...
Co-authored-by: Barrett Routon <barrett@binderpos.com>
2020-08-16 14:04:40 -04:00
Eric Liu
207d750f0e
🤖 Merge PR #46604 types: upgrade carbon__pictograms-react to 10.16 by @metonym
2020-08-16 11:46:37 -04:00
wurstbonbon
6c3bba0e9f
🤖 Merge PR #46818 [prosemirror-view] Fix EditorView.setProps to no longer require state by @wurstbonbon
2020-08-16 11:37:55 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
340147c679
🤖 Merge PR #46810 feat(react-select): add missing defaultTheme export by @peterblazejewicz
...
This fixes danger bot warnings about the export missing in the DT
definition, see e.g.:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46790#issuecomment-674129586
https://github.com/JedWatson/react-select/blob/master/packages/react-select/src/index.js#L11
Thanks!
2020-08-16 05:42:56 -04:00
TJT
5b1f615843
🤖 Merge PR #46488 feat(mongodb): Add type definition for projection and sort by @Celend
...
* [mongodb]: Add typing for projection and sort
* [mongodb]: Add contributor
* [mongodb]: Fix lint errors
* [mongodb]: Add comprehensive type definitions of projection and sort
* [mongodb]: Add related tests and allow query in projection(Mongodb 4.4 allows aggregation expressions in projection)
* [mongodb]: Fix typo
* [mongodb]: Fix code style problem
* [mongodb]: Update doc version to 3.6 for changed lines
* [mongodb]: Remove no-redundant-jsdoc rules
Co-authored-by: TJT <tjt@maimemo.com>
2020-08-16 03:43:37 -04:00
Nathan Brown
ff616a1458
🤖 Merge PR #46334 [material-ui] fix: makeSelectable omit inner component's onChange property by @ngbrown
...
* [material-ui] fix: makeSelectable omit inner component's onChange property.
* [material-ui-datatables]: update minimum TypeScript version to 3.5.
* [material-ui-pagination]: update minimum TypeScript version to 3.5.
* [react-material-ui-form-validator]: update minimum TypeScript version to 3.5.
2020-08-16 01:14:24 -04:00
Manuel Thalmann
0c793bde20
🤖 Merge PR #46410 [yeoman-environment] Fix incorrect log method by @manuth
...
* Allow log-message to be empty
* Add missing author-entries
* Refactor the `log`-declaration
2020-08-15 21:50:09 -04:00
Rong Shen
867ab9307d
🤖 Merge PR #46261 refactor(pull-stream): add type declarations for Source Callback and more by @jacobbubu
...
* refactor(pull-stream): add type declarations for Callback and its parameters to facilitate writing more concise function declarations
* fix(pull-stream): remove duplicate statements
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46261#discussion_r470849766
* fix(pull-stream): remove duplicate statements for `pull.infinite` test
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46261#discussion_r470849028
* fix(pull-stream): the `err` variable should be of type `pull.EndOrError` instead of `Error`.
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46261#discussion_r470853069
* dpcs(pull-stream): chane `Definitions by:` from Michael de Wit to Rong Shen
2020-08-15 11:22:55 -04:00
Tilman Stehr
d7dc5928c0
🤖 Merge PR #46401 kdbxweb: fix wrong type for error code by @tstehr
2020-08-15 08:14:42 -04:00