Commit Graph

70729 Commits

Author SHA1 Message Date
Rikin Patel
7b133bd701
🤖 Merge PR #46042 updates types to support correct mutli date calendar props for react-infinite-calendar by @patelrikin
* updates types to support correct mutli date calendar props

* reverts interpolateSelection

* adds test and updates version

* Removes version update bump, thought it was bumping typings version
2020-08-14 20:50:42 -04:00
dnalborczyk
8531711ea7
🤖 Merge PR #46662 fix(google-protobuf): set and clear methods return message instance (support method chaining) by @dnalborczyk 2020-08-14 20:16:47 -04:00
Calvin Liang
9c680c4846
🤖 Merge PR #46274 fix(jest): add createMockFromModule to replace genMockFromModule by @CoolCyberBrain
* fix(jest): add `createMockFromModule` to replace `genMockFromModule`

* test(jest): add test for `jest.createMockFromModule`

* style(jest): remove trailing whitespace

* docs(jest): remove deprecated tag

* Revert "docs(jest): remove deprecated tag"

This reverts commit 875b63acf3e7873afd4051c87e02cff09c3bdd4a.

* Revert "Revert "docs(jest): remove deprecated tag""

This reverts commit 0fb5fc3a48579f5f307aca4fa96ebc051e1520c8.
2020-08-14 19:39:20 -04:00
Nathan Bierema
6a5fb3eb56
🤖 Merge PR #46386 [react-select] Fix Control component styles config function by @Methuselah96 2020-08-14 17:55:55 -04:00
Szymon Sukiennik
1f44568ab7
🤖 Merge PR #46384 [react-calendar] add missing allowPartialRange property by @ssukienn 2020-08-14 17:52:47 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
cfda1be0e3
🤖 Merge PR #46360 update(newman): add properties to run options by @peterblazejewicz
- `exportGlobals`
- `exportEnvironment`
- `exportCollection`
- add override for 'run' method

https://github.com/postmanlabs/newman/blob/develop/lib/run/index.js#L86

Thanks!
2020-08-14 17:37:44 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
fae426721a
🤖 Merge PR #46415 update(cli-progress): minor changes to 3.8 by @peterblazejewicz
- SingleBar.update overloaded
- SingleBar.increment overloaded
- SingleBar.updateETA added
- Options.etaAsynchronousUpdate property added
- version bump
- mantainer added

https://github.com/AndiDittrich/Node.CLI-Progress/compare/v3.6.1...v3.8.2

Thanks!
2020-08-14 17:35:55 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
d22b577f01
🤖 Merge PR #46172 feat(node-zendesk) redefine user fields type and usage by @peterblazejewicz
- provide closed list of custom field type:
https://developer.zendesk.com/rest_api/docs/support/user_fields#create-user-fields
- provide interface for custom user field itself:
https://developer.zendesk.com/rest_api/docs/support/user_fields#json-forma://developer.zendesk.com/rest_api/docs/support/user_fields#json-format
- tests amended

/cc @hisham

Thanks!

Closes #46163
2020-08-14 17:33:03 -04:00
ejose19
d3f0f8302b
🤖 Merge PR #46705 [yup] add generic to .test() by @ejose19 2020-08-14 12:38:00 -04:00
Jack Bates
fc17c7f765
[dotenv-flow] Remove superfluous /// <reference types="node" /> (#46734) 2020-08-14 09:32:05 -07:00
Jack Bates
a9f3af6e44
🤖 Merge PR #46756 [os-utils] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-14 09:42:58 -04:00
Cantasura
ff7d1bf40a
🤖 Merge PR #46179 mui-datatables typings v3.2 by @Cantasura
* added typings for mui-datatable v3.2

* added some test cases

* fixed some issues

* review changes

* fixes
2020-08-14 08:06:51 -04:00
Tobias Hann
ee23f3c5a9
🤖 Merge PR #46356 Changes for react-native-calendar-picker 7.0.0 by @automatensalat
* adjust types for release 7.0.0

* fix blank lines
2020-08-14 04:11:07 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
51d3528f28
🤖 Merge PR #46330 fix(multer): export Multer class contract for consumption by @peterblazejewicz
This tries to fix issue with non-exported interface of the multer class
to the creation code itself, which prevents from using instance methods
in proper way.

See #41970 for discussion of the problem.

/cc @restjohn

Thanks!

Fixes #41970
2020-08-14 03:53:26 -04:00
Jack Bates
7f1c259c3c
🤖 Merge PR #46748 [ip6addr] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-14 02:28:49 -04:00
Alex Kaul
deccd26fb5
🤖 Merge PR #46688 Add types for node-red-node-test-helper by @alexk111
* Add types for node-red-node-test-helper

* Add min. ts ver
2020-08-14 00:00:55 -04:00
Samuel Norris
33648cd0ea
🤖 Merge PR #46779 Update intercom-web - startTour type added by @sampnorris 2020-08-13 22:48:39 -04:00
garyking
ef87b808f9
🤖 Merge PR #46721 xml2json: alternateTextNode accepts strings too by @garyking 2020-08-13 22:11:18 -04:00
Igor Strebezhev
233d50d855
🤖 Merge PR #46676 Accept buffers in xml2json by @xamgore
* Accept buffers in xml2json

toJSON accepts Buffer:
9827264681/lib/xml2json.js (L123)

toXML accepts Buffer:
9827264681/lib/json2xml.js (L4)

* Update index.d.ts
2020-08-13 20:16:37 -04:00
Jack Bates
392c64bae8
🤖 Merge PR #46765 [smpte-timecode] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 19:26:22 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
32873ece9a
🤖 Merge PR #46324 update(alex): minor version update 8.2 by @peterblazejewicz
- missing 'deny' property
- version bump
- minor cleanup

https://github.com/get-alex/alex/releases/tag/8.2.0

Thanks!
2020-08-13 18:51:58 -04:00
Trevor Karjanis
6b58148503
🤖 Merge PR #46598 Update Plotly.js to include a template type, and add missing textposition values. by @TrevorKarjanis
* Update plotly.js to include a template for the Layout type.

* Update plotly.js to add auto and none as values for textposition.
2020-08-13 18:44:25 -04:00
Jack Bates
9b7df99eeb
🤖 Merge PR #46752 [librato-node] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 18:21:21 -04:00
Bogdan Vitoc
72ee2fb140
Add Credentials type to react-native-auth0 (#46304) 2020-08-13 15:18:20 -07:00
Jack Bates
5dbde6a64c
🤖 Merge PR #46772 [uglify-es] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:55:49 -04:00
Jack Bates
770294d9a3
🤖 Merge PR #46746 [google-profanity-words] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:40:31 -04:00
Jack Bates
c43ae4adf6
🤖 Merge PR #46759 [postcss-flexbugs-fixes] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:33:30 -04:00
Jack Bates
82bf481a24
🤖 Merge PR #46744 [glur] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:29:02 -04:00
Jack Bates
73c9003949
🤖 Merge PR #46773 [update-notifier] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:28:05 -04:00
Jack Bates
9147670afa
🤖 Merge PR #46771 [tlf-log] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:23:28 -04:00
Jack Bates
9a3291e84e
🤖 Merge PR #46764 [semver] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:21:12 -04:00
Edwin
a55a9b0475
🤖 Merge PR #46586 [zumly] Add types for zumly by @edwinork
* [zumly] Add types for zumly

* Fix global name

* Fix exports to correspond with UMD

Co-authored-by: Edwin Narusberg <edwin.narusberg@systematicinc.com>
2020-08-13 17:00:25 -04:00
Jack Bates
a7a9c76f8a
🤖 Merge PR #46768 [svg-tags] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 17:00:12 -04:00
Eric Amodio
e2fe2c27bb
VS Code 1.48.0 Extension API (vscode.d.ts) (#46750)
* VS Code 1.48.0 Extension API

* Fixes whitespace issues

Co-authored-by: VSCode <vscode@microsoft.com>
2020-08-13 12:17:13 -07:00
Kyle Tsang
6aef52372f
🤖 Merge PR #46753 [reactstrap]: Add missing Alert props by @kyletsang 2020-08-13 15:15:21 -04:00
OleksandrYehorov
c5b0888754
🤖 Merge PR #46696 Add type definitions for react-speech-recognition by @OleksandrYehorov
* Add type definitions for react-speech-recognition

* Fix command callback type
2020-08-13 14:54:43 -04:00
Jack Bates
a192381f3c
🤖 Merge PR #46729 [canvas-fit] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 14:38:29 -04:00
Jack Bates
2833781317
🤖 Merge PR #46735 [element-size] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 14:30:26 -04:00
Jack Bates
849553fb80
🤖 Merge PR #46725 [alex] Remove superfluous /// <reference types="node" /> by @jablko 2020-08-13 14:28:12 -04:00
jeffrson
631e671167
🤖 Merge PR #46701 @types/sshpk: Add optional comment field to PrivateKey by @jeffrson 2020-08-13 14:24:53 -04:00
Tom Kent
99fccde322
[@types/dwt] updating to 16.1.0 (#46686)
* update to 16.1

* add back v12~v14

* fix wrong APIs

* fix grammar err
2020-08-13 10:12:57 -07:00
spider-hand
795ce17203
🤖 Merge PR #46719 [@types/googlemaps] Add showRoadLabels to StreetViewPanoramaOptions by @spider-hand 2020-08-13 10:57:39 -04:00
mmartinsky
809afb6ed2
🤖 Merge PR #46630 feat(symphony-api-client-node): new type definition by @mmartinsky 2020-08-13 09:52:50 -04:00
Markus Lasermann
d8fc699366
🤖 Merge PR #46594 Add types for lockfile-lint-api v5.1 by @Snaptags
* Add types for lockfile-lint-api v5.1

* Add correct dependencies type

* These are methodes, not properties

* Change interfaces and types to PascalCase

according to https://github.com/basarat/typescript-book/blob/master/docs/styleguide/styleguide.md#interface

* Remove test data; the tests never actually run
2020-08-13 02:28:49 -04:00
Yonathan Randolph
dcd3f98c66
🤖 Merge PR #46713 @types/doubleclick-gpt Add campaignId to SlotRenderEndedEvent by @yonran
Add campaignId field which was added in 2017.
2020-08-13 00:53:17 -04:00
lindapaiste
afe0044eb6
🤖 Merge PR #46644 created type definitions for "geometric" package by @lindapaiste
* created type definitions for "geometric" package

* Update types/geometric/index.d.ts

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>

* Update types/geometric/index.d.ts

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
2020-08-13 00:33:55 -04:00
Kyle Roach
79661b7eb2
🤖 Merge PR #46051 fix(rnmu): Change icon type on CheckBox style by @iRoachie
* fix(rnmu): Change icon type on CheckBox style

lib: react-native-material-ui

The icon value for the CheckBox style should be a TextStyle.

* style: Add missing semicolon
2020-08-12 23:29:46 -04:00
Doug Cutting
a2a9dddc1f
🤖 Merge PR #46678 add auto_populate_reply_metadata to Params type of twit package by @cuttingd 2020-08-12 20:49:34 -04:00
alexfiftysix
bc93e254f7
🤖 Merge PR #46649 react-image-gallery: Update 'disableArrowKeys' to 'disableKeyDown' by @alexfiftysix
* change from `disableArrowKeys` to `disableKeyDown`

* Update tests

* Update version number

Co-authored-by: Alex Miller <alex.miller@readify.net>
2020-08-12 20:40:41 -04:00
Justin Poehnelt
bcbb438661
🤖 Merge PR #46668 fix(googlemaps): add missing LatLngLiteral from elevation requests by @jpoehnelt 2020-08-12 19:51:38 -04:00