Commit Graph

70866 Commits

Author SHA1 Message Date
Jack Bates
8db450db0b
[google-cloud__text-to-speech] Unmangle scoped package names (#47149) 2020-08-31 03:42:41 -04:00
Jack Bates
24c0321c1a
[hig__button] Unmangle scoped package names (#47150) 2020-08-31 03:42:24 -04:00
Jack Bates
becd7d8890
[mapbox__polyline] Unmangle scoped package names (#47151) 2020-08-31 03:42:06 -04:00
Jack Bates
e5281ded6d
[blazor__javascript-interop] Unmangle scoped package names (#47147) 2020-08-31 03:41:46 -04:00
Sun Knudsen
57d6449b1b
Added missing languages to refractor type definitions (#46569)
* Added missing languages to refractor type definitions

Matched languages found on https://github.com/PrismJS/prism/tree/master/components using `ls -A1 | egrep "prism-[0-9a-z-]+\.js”`.

* Removed core which isn’t a language

Language count (226) now matches https://prismjs.com/#supported-languages

* Added missing languages to OTHER_FILES.txt

* Removed markdown from OTHER_FILES.txt
2020-08-31 03:39:22 -04:00
Jack Bates
3dcab43831
[atlaskit__feedback-collector] Unmangle scoped package names (#47146) 2020-08-31 03:38:21 -04:00
Alf Eaton
8703554861
🤖 Merge PR #46807 [prosemirror-inputrules] Fix type of return value from inputRules by @hubgit
The type of `Plugin` in `prosemirror-state` has two arguments, the second of which is the schema:

867ab9307d/types/prosemirror-state/index.d.ts (L86)
2020-08-30 17:23:18 -04:00
Charley Walton
42293777d5
🤖 Merge PR #46798 Update redux-form to expose ReduxFormContext, bump to 8.3 by @chazeah
* exposing ReduxFormContext, bumping version

* adding test

Co-authored-by: Charley Walton <charley.walton@thetradedesk.com>
2020-08-30 09:24:59 -04:00
Philipp A
2fb3209754
🤖 Merge PR #46784 Fixed rollup-plugin-postcss function types by @flying-sheep 2020-08-30 09:16:24 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
954ecb8310
update(express-fileupload): document defaults for options (#46436)
The options support multiple types, so that's important to provide a
hint which type (and what value) is used by default.

Relevant documentation:
https://github.com/richardgirges/express-fileupload#available-options

Thanks!
2020-08-30 06:57:15 -04:00
Jack Bates
31a48b043b
[atlaskit__calendar] Unmangle scoped package names (#47134) 2020-08-30 05:01:53 -04:00
Nathan Bierema
e622e1fee9
[jsan] Add jsan types (#47114)
* [jsan] Add jsan types

* Fix me

* Fix stuff
2020-08-30 05:01:10 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
ca38cff9e8
feat(imagemin-upng): new definition (#47138)
Types for imagemin plugin:
- definition file
- tests

https://www.npmjs.com/package/imagemin-upng
https://github.com/fisker/imagemin-upng

Thanks!
2020-08-30 05:00:14 -04:00
LS
6451575bc6
feat(types): add type definitions for postcss-preset-env (#47141) 2020-08-30 04:59:50 -04:00
EvanJin
c10f5e1dbe
Add Types for package react-native-base64 (#47127)
Co-authored-by: evan <evanjin@toons.kr>
2020-08-30 04:58:54 -04:00
Anup Bhatkhande
537d3c1655
Add Types for package react-otp-input (#47108)
* Add Types for package react-otp-input

* ReactOTPInput -New line added and extra lines removed

* Add react-otp-input to package.json

* Add react-otp-input test import modified

* Change in export OTPInput

* Change in import OTPInput

* Remove path from tsconfig.json

* Change types for style props

* Remove minor version from top definitions

* Revert package.json
2020-08-30 04:56:54 -04:00
ExE Boss
6a47fa33ad
🤖 Merge PR #47131 refactor(webidl2): Match AST class inheritance by @ExE-Boss 2020-08-29 14:07:01 -04:00
ExE Boss
471134b75b
🤖 Merge PR #47128 fix(webidl2): Add missing parent fields by @ExE-Boss 2020-08-29 07:58:20 -04:00
Maxim Mazurok
7c2a8edb35
🤖 Merge PR #47112 [gapi.client.calendar] automatic update by @Maxim-Mazurok 2020-08-29 04:24:52 -04:00
3af
60df882fd9
Remove myself from the definition owners (#47126)
Miss you already ❤️
2020-08-29 08:05:54 +01:00
Dobes Vandermeer
93d8f9d710
🤖 Merge PR #46971 [lodash] Update return types for debounce & throttle by @dobesv
- functions returned by `throttle` & `debounce` can return `undefined`
if the function invokation is delayed
- the `flush()` method returns the return value of the last invokation,
if available
2020-08-28 21:31:26 -04:00
nikithauc
41d3df53a0
🤖 Merge PR #47123 Microsoft Graph - Update version 1.18, adding sub namespaces by @nikithauc
* v1.18 adding subnamespaces

* Adding tests testing subnamespace callrecords

* Removed trailing spaces
2020-08-28 19:15:13 -04:00
ExE Boss
b768df2633
🤖 Merge PR #47109 fix(node): Make ProcessVersions extend Dict<string> by @ExE-Boss 2020-08-28 19:14:55 -04:00
Paul Melnikow
d54d34007a
🤖 Merge PR #46302 [papaparse]: Correctly show meta.fields as optional by @paulmelnikow
* [papaparse]: Correctly show `meta.fields` as optional

See https://www.papaparse.com/docs#meta, and confirmed experimentally.

* Fix test
2020-08-28 18:55:47 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
984fb8dc28
remove(generate-password): remove definition (#47120)
The package ships its own .d.ts:
https://github.com/brendanashworth/generate-password/blob/master/package.json#L6

Thanks!
2020-08-28 17:50:38 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
56343d4882
fix(infra): correct artefact in non-needed-packages (#47121)
Someone added entry manually, so it gets resorted when removing a
package, making a change non-focused one.
This fixes that sorting issue.

Thanks!
2020-08-28 17:50:08 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
0527086d1d
🤖 Merge PR #47118 update(probe-image-size): support for older api and minor changes by @peterblazejewicz
- support for still supported fallback singatures
- new methods and types added
- tests amended
- maintainer added

https://github.com/nodeca/probe-image-size#api

Thanks!
2020-08-28 17:07:47 -04:00
youpy
de98631ecb
🤖 Merge PR #47095 [next-auth] add scope? on ProviderSpotifyOptions by @youpy
* add `scope?` on `ProviderSpotifyOptions`

* [next-auth] Add tests for `Providers.Spotify`
2020-08-28 16:42:45 -04:00
Elizabeth Samuel
0d9e09b48c
🤖 Merge PR #47116 [office-js] [office-js-preview] (Outlook) Link to delegate access doc by @ElizabethSamuel-MSFT 2020-08-28 16:20:43 -04:00
mroloux
acff43735f
Initial definitions for Seats.io renderer code (#47100)
* Added type definitions for seatsio

* Refactoring

* Added export

* Fixed test

* Refactoring

* Tweaked authors

* Cleaned up TODOs

* Fixed tslint.json

* Moved definitions to top level

* Moved files to lib folder again

* Removed files from tsconfig.json

Co-authored-by: mroloux <matti@seats.io>
2020-08-28 15:58:57 -04:00
ExE Boss
da65aa5925
chore(deps): Update dependency prettier to v2.1 (#47110) 2020-08-28 15:43:43 -04:00
CometstarMH
681ff21f88
[@types/react-native] Change type of DrawerLayoutAndroidProps.drawerPosition to 'left' | 'right' (#46982)
* Change type of DrawerLayoutAndroidProps.drawerPosition

* add test for DrawerLayoutAndroid
2020-08-28 18:32:13 +02:00
Madan Kumar
55f0e9bdd2
🤖 Merge PR #47098 [react-resize-detector] Update @types/react-resize-detector to 5.0 by @jmadankumar 2020-08-28 12:15:32 -04:00
Rodolfo Silva
a1fcaa1aa4
🤖 Merge PR #47106 [humanize-duration] Add missing count property to UnitTranslationOptions by @RodolfoSilva
* Update index.d.ts

Add missing `count` property to `UnitTranslationOptions`

* add test case

Add teste case suggested by @RigoTheDev
2020-08-28 09:19:11 -04:00
PikachuEXE
f211f53d93
🤖 Merge PR #47099 [urijs] Fix argument type for search/query by @PikachuEXE 2020-08-28 08:43:18 -04:00
Kuraikiko
586d2e1ca1
🤖 Merge PR #46687 Fix heremaps group get bounds by @Kuraikiko
* [@types/heremaps] rename Group.getBounds -> Group.getBoundingBox
See https://developer.here.com/documentation/maps/3.1.17.0/api_reference/H.map.Group.html#getBoundingBox

* Add group bounds test

* remove spacing
2020-08-28 06:13:17 -04:00
Sergio Arbeo
11360c60af
🤖 Merge PR #47088 Add cast.framework.ui.Controls and dependent classes and enums. by @Serabe 2020-08-28 06:08:20 -04:00
Dmitry
ebba75438a
[signalr-no-jquery] Updating definitions (#46227)
* Update signalr-no-jquery\index.d.ts

* update header

* update header v
2020-08-28 05:46:38 -04:00
Jason Buckner
53149cf417
paypal-checkout-components Updates (#46336)
* Remove duplicate payload interface

* Rename Button to ButtonRenderer and export it separately

There is an instance of the `ButtonRenderer` on the paypal namespace called `Button`, but since it was exporting the instance as Button, you couldn't pass it around as a type. Now it is exporting as a separate name.

* Add FundingOption

* Switch to AuthorizationTokenizePayload

This was in-use instead of the other one so it makes it less of a breaking change

* Update test to use the ButtonRenderer type

* Update interface names
2020-08-28 05:43:52 -04:00
Laura buns
ebd8f3387d
[draft-js] Add formatPastedText prop (#46291) 2020-08-28 05:41:13 -04:00
Richard Harding
e5845034df
🤖 Merge PR #47076 Add missing vsc-dark-plus style to react-syntax-highlighter package by @richardjharding
* Add missing vsc-dark-plus style

* added vsc-dark-plus missing from cjs prism styles

* missing semicolon

Co-authored-by: Richard <richard@sprydon.com>
2020-08-28 05:40:41 -04:00
ballwood
e6039cb46e
Change string to number (correct) for RawDraftEntityRange (#46406) 2020-08-28 05:39:44 -04:00
Florian Imdahl
2f615010a5
[whoops] Add types for whoops (#47000) 2020-08-28 05:38:47 -04:00
Abhinay Omkar
e0730a56e1
Remove material__textfield package (outdated) (#46881) 2020-08-28 05:37:40 -04:00
rj-tlb
50cdf17fdf
Added types for alpha-shape (#46538)
* feat: added types for alpha-shape

* feat: alphe-shape index

* feat: alphe-shape test

* fix: alphe-shape npm test&lint

* fix: url

* feat: update test
2020-08-28 05:37:09 -04:00
Rifa Achrinza
8177bcd9a2
🤖 Merge PR #47023 feat: adds Waterline.Model alias by @achrinza
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
2020-08-28 05:32:46 -04:00
Hannes Rüger
dda11d7c32
🤖 Merge PR #47055 [recordrtc] Fixed some properties of RecordRTC by @hrueger
* fixed some properties of `RecordRTC`

* Update recordrtc-tests.ts

* Update recordrtc-tests.ts

* fixed typo

* added some more properties

* fixed ci
2020-08-28 02:00:21 -04:00
Tomasz Pluskiewicz
9533280cc9
fix(rdfjs-express-handler): correct express augmentation (#47030) 2020-08-28 00:13:33 -04:00
Enes
fa4f11f370
Update rn-swipeable-panel type definitions (#46707) 2020-08-28 00:12:47 -04:00
Vít Rozsíval
ae2ccd22c4
Remove @types/naja (#47001)
* Add types for naja

* Follow PR rules

* Change interface name

* Extend EventTarget

* Include all event types in map

* Improve events typing

* Add naja options interface

* Make options readonly

* Add more accurate typings

* Update signatures

* Update global variable name and allow async listeners

* Move namespace export

* Remove naja types
2020-08-28 00:04:31 -04:00