Commit Graph

71282 Commits

Author SHA1 Message Date
Jack Bates
a80efd61c7
[jquery-countdown] Repair links (#47658) 2020-09-17 10:45:24 -07:00
Jack Bates
c689c3794d
[fuzzaldrin] Repair links (#47657) 2020-09-17 10:44:43 -07:00
Jack Bates
96c514d838
[ecma-proposal-math-extensions] Repair links (#47656) 2020-09-17 10:44:04 -07:00
Jack Bates
e01c9f553c
[croppie] Repair links (#47655) 2020-09-17 10:37:33 -07:00
Jack Bates
4533aa4a2e
[bootstrap-colorpicker] Repair links (#47654) 2020-09-17 10:36:27 -07:00
Victor Perin
d9f94b8da2
[nodejs] add server.requestTimeout to http module (#47615)
* feat(nodejs/http): server.requestTimeout

* feat(types/node): types for nodejs 14.11
2020-09-17 10:35:52 -07:00
Filip Skokan
6bbc948a71
[node] crypto fixes, additions (#47561)
* feat(node): crypto sign/verify KeyObject inputs and dsaEncoding option

* fix: crypto setAAD accepts NodeJS.ArrayBufferView
2020-09-17 10:34:44 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
d515f16c5b
update(table): trim down deps and version bump (#47652)
- removes not needed dependency
- version bump (v6 is not breaking, see diff)
- maintainer added

https://github.com/gajus/table/compare/v5.0.2...v6.0.3

Thanks!
2020-09-17 10:30:00 -07:00
Jack Bates
1ca413ebf6
[absolute] Remove unused lint exceptions (#47635) 2020-09-17 10:22:24 -07:00
Giulio Caprino
7678e2c4e1
Include "dom" library in airbnb-prop-types (#47630) 2020-09-17 10:19:47 -07:00
Mihail Parvanov
e698cf29b2
Update Kendo ui version to 2020.3.915 (#47628)
* Update Kendo ui version to 2020.3.915

* chore: fix trailing spaces
2020-09-17 10:18:39 -07:00
TikiTDO
5c6c361eca
[react-relay/hooks] Add support for useQueryLoader hook (#47644)
* Add support for react-relay/hooks useQueryLoader

* Fix tests

* Align types with upstream
2020-09-17 19:08:44 +02:00
Omid Seyfan
9c357bc632
Added types for zarinpal-checkout (#47696)
* Added types for zarinpal-checkout

* passed lint

* fixed typo and changed default export
2020-09-17 10:05:42 -07:00
jgellin-sf
ee09285e84
🤖 Merge PR #47703 feat(jsforce): maxConcurrentRequests by @jgellin-sf 2020-09-17 09:57:30 -07:00
daldridge
e58b370380
Add missing properties to component props interfaces for Control and Select (#47617)
Co-authored-by: David Aldridge <daldridge@cognitivescale.com>
2020-09-17 09:45:49 -07:00
Paito Anderson
8158d19ac0
Add react-native-modals (#47701) 2020-09-17 09:45:03 -07:00
Louis Tung
f093e04a1c
[convict-format-with-validator] Using type instead of interface to prevent issue: index signature is missing (#47691)
* Add typescript support for convict-format-with-validator

* Fix ipaddress typo

* Amend project url

* Using type instead of index to prevent index signature missing issue
2020-09-17 09:25:45 -07:00
TokugawaT_YD
4f489b1a1e
Types for gulp-pug-linter (#47522)
* clear to tests

* Clear to tests

* fixed issues

* Update types/gulp-pug-linter/index.d.ts

Co-authored-by: Ilya Kaminsky <ilyakam@users.noreply.github.com>

* fixed issues

Co-authored-by: Ilya Kaminsky <ilyakam@users.noreply.github.com>
2020-09-17 09:23:47 -07:00
Christos Panagiotakopoulos
a13d8cb4de
[printer] New typings for module "printer" (#47625)
* Add types for printer

* Update types/printer/index.d.ts

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

* Remove namespace declaration

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
2020-09-17 09:21:04 -07:00
herobank110
22da8b47ae
Add d3-indirections types (#47641)
* Add d3 indirections types

* Fix d3-indirections types lint

* Add non-npm package for types

* Add non npm package types version

* Change types reference to d3-indirections
2020-09-17 09:20:13 -07:00
Björn Harrtell
0718ea0f9f
[slice-source] Add type definitions (#47690)
* [slice-source] Add type definitions

* Remove empty file

* Revert "Remove empty file"

This reverts commit 7365af4ede01c3bc51a27a20792a4ec3156c9d20.

* Fix lint
2020-09-17 09:19:20 -07:00
Guillaume Ongenae
4923c0dc8d
[jsonexport] Add new definition for jsonexport (#47678)
* Add jsonexport

* Remove esModuleInterop config for backward compatibility
2020-09-17 09:08:39 -07:00
jgellin-sf
252becaa9f
🤖 Merge PR #47585 jsforce: update describe types by @jgellin-sf
* feat(jsforce): update describe types

* fix(jsforce): fix test import

* jsforce - batchDescribe updates
2020-09-17 09:00:42 -07:00
Oleksiy Pyltsov
f7c4d0ec37
[chai-datetime] Add closeToTime() (#46803)
* Add closeToTime()

* Add test for closeToTime()

* Fix tests
2020-09-17 08:58:02 -07:00
Nathan Shively-Sanders
9e56d794f7
Update webappsec-credential-managments for TS 4.1 DOM changes (#47680)
* Update webappsec-credential-managments for TS 4.1 DOM changes

TS 4.1 changes some types, so I switched an inlined string literal union
to use AttestationConveyancePreference so that TS 3.6 and above will
get the correct strings for their version.

* bump version to 0.6
2020-09-17 08:51:58 -07:00
Nathan Shively-Sanders
01cb50d31b
Position -> Dom.Position in video.js (#47682)
TS 4.1 doesn't have a built-in type named Position anymore, which
exposed this bug.
2020-09-17 08:17:19 -07:00
James C. Davis
3dc75e301a
[webpack-env] make __WebpackModuleApi.Module compatible with NodeJS.Module (#47516)
* fix: make __WebpackModuleApi.Module compatible with NodeJS.Module

* test: import node types in test

* test: use reference instead of import

Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>

Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
2020-09-17 08:16:36 -07:00
JuanM04
8ea3802414
🤖 Merge PR #47310 [next-auth] Important fixes and Adapter Types by @JuanM04
* JWT support

* Added Next types

* other fixes

* removed next.js (again)

* sameSite union

* More adapter types

* keepAlive as a number (from #47289)

* Moved JWT interface

* Added Adapter type

* Added myself as a mantainer 👉👈

* Export more

* Fixed some typos

* Update client.d.ts

* Update client.d.ts

* Finally!
2020-09-17 08:01:41 -07:00
jake-unl
5edd06b6b7
🤖 Merge PR #47621 [@types/unl-core] Update types for unl-core to v2.1.x by @jake-unl
* [@types/unl-core] Update types for unl-core to v2.1.x

* fix: repair some interfaces
2020-09-17 01:00:47 -07:00
Brendan Ratter
3500e0062b
🤖 Merge PR #47648 [sanctuary] Added fromLeft and fromRight definitions for Either by @bratter
* [sanctuary] Add fromLeft and fromRight definitions for Either

* [sanctuary] Added fromLeft and fromRight tests; refactored type expectations for others

* [sanctuary] fixed failing tests
2020-09-16 17:17:24 -07:00
Chris Milson
194ca3834a
Add types for Screen Wake Lock API (#47590)
* Add types for Screen Wake Lock API

* Indent using spaces
2020-09-16 16:57:29 -07:00
Nick Bell
f5f3a4defc
Recoilize 0.8 (#47591) 2020-09-16 16:56:32 -07:00
Peter Juras
c4ee81b9ff
[single-trailing-newline] Add type definitions (#47592) 2020-09-16 16:51:09 -07:00
Alex Brick
ec17a0ef7f
[html-to-rtf] Adding types for html-to-rtf (#47594) 2020-09-16 16:49:32 -07:00
Louis Tung
60eaae6a25
Add support for convict-format-with-validator (#47596)
* Add typescript support for convict-format-with-validator

* Fix ipaddress typo

* Amend project url
2020-09-16 16:45:31 -07:00
Morgan Zolob
d51a678069
Add definitions for 'fold-to-ascii' (#47612)
Co-authored-by: Morgan Zolob <morgan.zolob@ingrooves.com>
2020-09-16 16:41:13 -07:00
Nathan Shively-Sanders
9b7f2b419e
Exempt react-notifications-component's export default (#47684)
This is usually OK for react packages. Not sure why it started failing
now.
2020-09-16 16:38:15 -07:00
Nathan Shively-Sanders
7b75ac5c4a
es-to-primitive: remove ts3.1 (#47611)
Typescript 3.1 is no longer supported on DT.
2020-09-16 16:23:30 -07:00
Arkadip Bhattacharya
57e71410df
feat: Updated to 1.2 (#47631)
* feat: Updated to 1.2

Signed-off-by: Arkadip Bhattacharya <in2arkadipb13@gmail.com>

* del: unused files

Signed-off-by: Arkadip Bhattacharya <in2arkadipb13@gmail.com>

* del: depricated file

Signed-off-by: Arkadip Bhattacharya <in2arkadipb13@gmail.com>

* fix: Type changed

Signed-off-by: Arkadip Bhattacharya <in2arkadipb13@gmail.com>
2020-09-16 16:22:11 -07:00
Nathan Shively-Sanders
7aae63bc29
Fix bugs discovered by TS 4.1 (#47683)
1. TS 4.1 no longer has a built-in type named 'Position'.
2. TS 4.1 intentionally sets the global `name: void` to make it less
usable.

This flushed out a few bugs.
2020-09-16 16:20:41 -07:00
Android Dev Notes
1cb79ff5d9
Fix typos (#47640) 2020-09-16 16:16:50 -07:00
Nathan Shively-Sanders
13839fe613
Type updates for TS 4.1 (#47679)
TS 4.1 changes the name of some DOM types. This PR updates those names.
2020-09-16 15:39:53 -07:00
Alex Jerabek
0bc155961b
Move some styles from 1.12 into preview (#47642) 2020-09-16 15:29:54 -07:00
Oliver Joseph Ash
cc251bdaf2
🤖 Merge PR #47624 [node][qs][history] UnknownFacade -> unknown by @OliverJAsh 2020-09-16 18:23:30 -04:00
Nathan Shively-Sanders
7487d3c1f4
Fix amap-js-api-scale reference to Position type (#47647)
It was supposed to be a local type, not the DOM one
2020-09-16 15:22:34 -07:00
Nathan Shively-Sanders
f621a2d639
Node: remove ts3.1 support (#47645)
* node: remove TS3.1

Typescript 3.1 is no longer supported on DT.

This commit removes 3.1 support for v6-10. I'll finish 11-14 tomorrow.

* remove ts3.1 for node/v11

* Remove ts3.1 from node/v12

Also restore deleted tests to node/v11

* Remove ts3.1 from node/v13

Also fix up imports in node/v11 tests

* remove ts3.1 from node
2020-09-16 14:04:22 -07:00
Nathan Shively-Sanders
f87f81730a
Update minimum supported version to 3.2 in readme (#47646)
Also update instructions for `npm test` in PR template.
2020-09-16 11:17:04 -07:00
ExE Boss
95a341b0b2
🤖 Merge PR #47643 fix(webidl2): Fix IDLInterfaceMixinMemberType by @ExE-Boss 2020-09-16 14:04:29 -04:00
Nathan Shively-Sanders
36caac5d51
Fix adone for ts 4.1 (#47639)
Work around a bug by splitting DefaultMap's constructor with optional
parameters into 3 constructors without optional parameters.
2020-09-16 10:25:26 -07:00
Mikael Brevik
56f3f72546
🤖 Merge PR #46715 feat: Updates type definitions for node-notifier@8.0.0 by @mikaelbr 2020-09-16 13:07:01 -04:00