Vincenzo Chianese
a59cd46314
yet other fixes for swagger types ( #36164 )
...
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
* tweak stuff
* chore: simplify and put any
2019-07-01 11:09:45 -07:00
Ajay
43b735cdf0
[@types/express-http-proxy] Add proxyReqBodyDecorator property to ProxyOptions ( #36485 )
...
* feat: add proxyReqBodyDecorator to ProxyOptions
* style: group all callback functions
2019-07-01 11:08:27 -07:00
Jed Thompson
9c3af8d04e
[is-number] Added num is number user defined type guard as r… ( #36550 )
...
* [is-number] Added user defined type guard
* [is-number] Added string to type guard
2019-07-01 11:08:01 -07:00
Mitsuka Hanakura a.k.a. ragg
1d5b54b3fd
[mousetrap] Fix different from the actual return types ( #36543 )
...
* Fix MousetrapStatic returned type
* Fix MousetrapInstance returned type
2019-07-01 11:07:13 -07:00
Michael J. Currie
62ca99d819
[webappsec-credential-management] Align AuthenticatorSelection… ( #36522 )
...
* rename AuthenticatorSelectionCriteria property
* update AuthenticatorSelectionCriteria property
* fix line endings
2019-07-01 11:06:45 -07:00
Todd Bealmear
08ba1b8dfa
[hapi-pino] Support scoped Hapi package, update for 6.x ( #36425 )
2019-07-01 11:02:02 -07:00
Anton Dosov
c86d5c4ed9
[Luxon] fix ToRelativeUnit type ( #36540 )
...
There was a mistake in docs: 83d350c46f
2019-07-01 10:25:53 -07:00
Elizabeth Samuel
c8a89bc403
[office-js-preview] (Outlook) Update InternetHeaders ( #36529 )
...
* [office-js-preview] (Outlook) Update InternetHeaders
* Update based on feedback
2019-07-01 10:24:00 -07:00
Colby M. White
3db0acafb2
feat(chance): add missing string/character options ( #36548 )
2019-07-01 10:23:10 -07:00
CameronDiver
7797cfdd1a
[Dockerode] Add Mounts field to ContainerInfo ( #36568 )
...
Also add the optional name field to ContainerInspectInfo.Mounts
Signed-off-by: Cameron Diver <cameron@balena.io >
2019-07-01 10:21:42 -07:00
Maurice de Beijer
54467edc57
Yup: Allow specific type with oneOf and mixed schema ( #36544 )
2019-07-01 10:21:03 -07:00
Amiram Korach
70b2277ccd
Inboxsdk update ( #36556 )
...
* update inboxsdk according to current docs
* update inboxsdk according to current docs
2019-07-01 10:18:16 -07:00
Colin Doig
d105458a1b
googlemaps - google.maps.Map.getProjection() can return null ( #36559 )
...
* add ImageMapType properties.
ImageMapTypeOptions.tileSize is required
add StyledMapType properties
* google.maps.Map.getProjection() can return null.
* google.maps.Map.getProjection() can return null.
2019-07-01 10:17:10 -07:00
Rifa'i M. Hanif
06ed1c2d10
[ol] Fix external import with same member name. ( #36569 )
2019-07-01 10:16:25 -07:00
Connor Fitzgerald
052e672bb8
Add pino-std-serializers ( #36573 )
...
* WIP updating oracledb typings to 3.1.2
* WIP
* SODA WIP
* .d.ts done. Needs tests writing
* Finished
* Added pool stats methods. Fixed bug with BindParameter being string or number
* Making _enableStats optional
* Allow parameters to be nulled
* Capitalise namespace
* Update contribution URL
* Revert "Update contribution URL"
This reverts commit f329d293dceaf44832ae3424753c1ccb98378df2.
* Update contribution URL
* Change poolAlias to string. SODA not in preview. Add BindParameters interface
* getRows should not return void
* Added pino-std-serializers
2019-07-01 10:09:51 -07:00
Oscar Busk
f1dd462706
[@types/load-google-maps-api] Update for 2.0 ( #36576 )
...
* Update load-google-maps-api for 2.0
* Add typescript version to @types/load-google-maps-api
2019-07-01 09:42:16 -07:00
jon-fearer
8ac053d2d1
Add new type definitions for parquetjs ( #36533 )
...
* initial commit for @types/parquetjs
* auto formatting changes
* fix remaining linter errors
* more autoformatting changes
* fix linter errors
* tsconfig should max standard dt tsconfig
* created tests from docs
* added optional and nullable fields
* remove unnecessary namesplace declaration
2019-07-01 08:34:17 -07:00
Levi Bostian
289c140c20
Add typings for connect-trim-body npm module ( #36211 )
...
* Add typings for connect-trim-body npm module
* Remove patch version from header
2019-07-01 08:33:28 -07:00
Ryan Gibson
c70052078f
[@types/enzyme] adding invoke definition to support enzyme@3.10 ( #36157 )
...
* [@types/enzyme] added `invoke` type definition and tests.
* Fixing Linting Errors
* Removing creating patch
* Tightened `invoke` signature, DRY up common invoke tests, more...
More..
1. Removed tests that were testing the function returned worked as intended.
2. Added tests that focus more on proving the returned function matches the type mapped to the key provided.
* Cleaned up tests to rely less on assignment checking
* Clean up + Add optional function props to key selector
Realized restricting the keys to only those that must be undefined
doesn't work well. Also updated the the function base to include
function with many signature. I noticed that some were getting
left off after converting from Function to () => void.
Cleaned / Reverted some lines and indents. Probably will need to
do more.
* Cleaning up whitespace
* more whitespace shenanigans.
* updated version to 3.10
2019-07-01 08:32:33 -07:00
Desmond Koh
712759ce5e
Export SOCKET_KEY from feathersjs/socket.io ( #36099 )
...
* Updated @feathersjs/socket-commons
* Fixed linting errors.
* Added type definitions for hook-less service methods.
* Revert "Added type definitions for hook-less service methods."
This reverts commit 14e8062a57f68b7c338ee092fb3e5cfea9e6f226.
See https://github.com/DefinitelyTyped/DefinitelyTyped/pull/34684
* Improved service typings.
* Fixed tests.
* Fixed lint.
* Fixed typo.
* fix: Handle multiple dependent keys
* Updated header
* fix lint errors
* fix lint errors
* Added SOCKET_KEY export.
* Updated header.
* Removed unecessary imports.
2019-07-01 08:30:17 -07:00
Akuukis
7004a8e388
[eventsource] compatibility with non-DOM consumers ( #36259 )
...
* feat(eventsource): compat with non-dom consumers
* test(eventsource): test dom and void seperately
* chore(eventsource): simplify dom-monkeypatch
2019-07-01 08:28:01 -07:00
Matt
fd5ddb9e4b
Type for Cordova SQLite pouchdb adapter ( #36395 )
...
* Types for pouchdb cordova sqlite adapter
* Tests
* Remove empty interface
* Formatting tweak
* Fix whitespace
* Link to specific package
* Corrected heading comment
* Matching version number style from build
* Missing reference from main index
* Increment version
2019-07-01 08:26:15 -07:00
TypeScript Bot
622d32ca3f
Update CODEOWNERS ( #36551 )
2019-07-01 07:38:50 -07:00
Erik
6aff801827
fix typo in zIndices property name ( #36570 )
2019-07-01 15:08:50 +02:00
Benas Svipas
9761062ec2
@types/react-native: fix StyleSheet.create() styles parameter ( #36554 )
...
* Fix StyleSheet.create() styles parameter
* Add tests
2019-07-01 11:53:00 +02:00
hwwi
c2f6a819e1
[@types/relay-runtime] Add some missing properties ( #36563 )
2019-07-01 11:51:14 +02:00
Ben Grynhaus
3fee2364df
add express-sslify types ( #36482 )
2019-06-28 17:58:14 -07:00
Pavlo Kochubei
e59b55d75c
fix next-server/link children to be ReactNodes instead of ReactElements ( #36530 )
2019-06-28 17:37:37 -07:00
Oleg Vaskevich
94c1f841a8
Fix retrieveRefund and other typos in Stripe ( #36496 )
2019-06-28 17:35:00 -07:00
Rafa Mel
54642d812e
Adds types for google-fonts ( #36492 )
2019-06-28 14:56:32 -07:00
Christopher N. KATOYI
4199e4e3cc
[koa-websocket] Added generic types for ctx ( #36086 )
...
* added generic types for ctx
* fix: linting warning
2019-06-28 14:41:09 -07:00
Mihai Chereji
a9a2c2784c
[@types/d3/v3] Partition Nodes Children are actually Nodes, not a number ( #36179 )
...
* d3 v3 Partition Nodes Childrenare actually
See https://github.com/d3/d3-3.x-api-reference/blob/master/Partition-Layout.md#nodes for documentation.
* Add test for d3.layout.partition
2019-06-28 14:39:22 -07:00
Jerome Indefenzo
2d55bb107c
allow arbitrary fields on NodeSpec and MarkSpec ( #36062 )
...
* allow null on attrs for NodeType.create methods
* allow arbitrary fields on NodeSpec and MarkSpec
2019-06-28 14:38:22 -07:00
jonnytest1
1be50fa5c5
Update global.d.ts ( #36056 )
...
parameters of randomGaussian are optional as stated in the jsdoc description
2019-06-28 14:37:36 -07:00
Thomas Marek
2abde45e7a
[stripe-v3] improve support for new PaymentIntents API ( #35967 )
...
* Update type definitions to support PaymentIntents
* Update tests and revert some deletions
* Fix linter errors
* Fix additional linter warnings
* Fix last of the linter errors
2019-06-28 14:35:43 -07:00
WaldoJeffers
c99bb17fe9
fix: Add missing constants for @types/dinero.js ( #35948 )
2019-06-28 10:58:35 -07:00
baaka-ani
27d37c0d0e
Add typings for promises in requestretry module ( #35903 )
2019-06-28 10:57:01 -07:00
Dan Vanderkam
ea62d7c444
Update result of cameraForBounds ( #35891 )
2019-06-28 10:53:31 -07:00
beta-vulgaris
653fbb1999
selenium-webdriver: add "defineCommand" method to executor class ( #36342 )
...
* move definition of 'defineCommand' for Executor class
* mention myself in definition
* readd 'defineCommand' to http.d.ts
* remove whitespace
* move Executor definition from index to command according to original package
* add test for command executor
2019-06-28 10:35:12 -07:00
hlovdal
e37a0f98c0
Add type definition for leaflet-deepzoom ( #36355 )
...
https://github.com/alfarisi/leaflet-deepzoom/
2019-06-28 09:49:16 -07:00
Harry Hedger
c2953f446b
Add types and tests for @reach/menu-button ( #36372 )
...
* Add types and tests for @reach/menu-button
* Fix lint on reach/menu-button
2019-06-28 09:47:25 -07:00
Harry Hedger
9384398061
Add types/tests for @reach/tooltip ( #36374 )
2019-06-28 09:43:52 -07:00
Harry Hedger
93cb7d2d62
Add types/tests for @reach/auto-id, @reach/rect, @reach/skip-nav, @reach/utils, @reach/visually-hidden, @reach/window-size ( #36373 )
2019-06-28 09:42:26 -07:00
Harry Hedger
dcd243fdd8
Add types/tests for @reach/combobox ( #36379 )
2019-06-28 09:40:36 -07:00
Paul Melnikow
e99c4f4e51
Add types/tests for wait-promise ( #36384 )
2019-06-28 09:39:49 -07:00
Derek Sifford
5b2f2030a2
[@wordpress/dom] add new definitions ( #36524 )
2019-06-28 09:37:22 -07:00
Alex Zywiak
1ad5e1a52f
[@types-baseui] - Constants as values ( #36523 )
...
* export constants as values
* tests;
tests
2019-06-28 09:36:36 -07:00
maxmarinich
a68a3c94f9
Update to v1.15 ( #36512 )
...
* Update to v1.15
* Update index.d.ts
2019-06-28 09:35:48 -07:00
Mitsuka Hanakura a.k.a. ragg
c4c4c2bc1b
Add type definition for node-timecodes ( #36514 )
2019-06-28 08:58:16 -07:00
kenhuman-regions
74703a87eb
add node-windows typings ( #36519 )
2019-06-28 08:57:01 -07:00