Commit Graph

70910 Commits

Author SHA1 Message Date
Daniel Rosenwasser
63a5d2461b
Remove stray '{' 2020-09-02 00:16:22 -07:00
Daniel Rosenwasser
8dcf55effb
Add missing httpConfig property in setFullRequestInterceptor callback return type. 2020-09-02 00:04:28 -07:00
Nathan Shively-Sanders
812083b9ec
Put current version of jsdom in the root (#47200)
* Put current version of jsdom in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.4 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* Delete ts3.6/

* Delete ts3.1/

* fix relative reference in jsdom tests
2020-09-01 16:27:05 -07:00
Nathan Shively-Sanders
21ede62bdb
Put current version of parse in the root (#47207)
* Put current version of parse in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.7 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* Delete ts3.7/

* restore disabled /// references
2020-09-01 16:16:49 -07:00
Nathan Shively-Sanders
b6fb1a213d
redo of #47202 (#47211)
* redo of #47202

* fix nested test module references
2020-09-01 15:41:45 -07:00
Nathan Shively-Sanders
2e3d72c66c
Put current version of es-to-primitive in the root (#47203)
* Put current version of es-to-primitive in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.3 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* delete ts3.1/

* move ts3.2 back to ts3.1

* Update es-abstract for current es-to-primitive types
2020-09-01 15:16:36 -07:00
Nathan Shively-Sanders
7efe08983e
Make ts3.3 default for w3c screen orientation (#46960)
* Make ts3.1 the default

* Actually delete ts3.1
2020-09-01 13:29:23 -07:00
Nathan Shively-Sanders
78330f7401
Put current version of openpgp in the root (#47206)
* Put current version of openpgp in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- 3.1 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* Delete ts3.2/
2020-09-01 13:16:45 -07:00
Nathan Shively-Sanders
c08902966d
Put current version of invariant in the root (#47198)
* Put current version of invariant in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.7 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* delete ts3.7/
2020-09-01 13:10:11 -07:00
Nathan Shively-Sanders
a4ef4e9bf4
Put current version of assert in the root (#47201)
* Put current version of assert in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.7 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* delete ts3.7/
2020-09-01 13:05:38 -07:00
Nathan Shively-Sanders
dec63495d3
Put current version of eventsource in the root (#47204)
* Put current version of eventsource in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 4.0 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* delete ts4.0/
2020-09-01 13:03:10 -07:00
Nathan Shively-Sanders
b10b9a1da0
Put current version of window-or-global in the root (#47208)
* Put current version of window-or-global in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.4 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* delete ts3.4
2020-09-01 13:00:08 -07:00
Nathan Shively-Sanders
b0f14dcb37
Put current version of reconnectingwebsocket in the root (#47209)
* Put current version of reconnectingwebsocket in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.4 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* Delete ts3.4/
2020-09-01 12:58:15 -07:00
Nathan Shively-Sanders
4ef5cf228d
Put current version of web-animations-js in the root (#47205)
* Put current version of web-animations-js in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- 3.1 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* Delete ts3.2/
2020-09-01 12:57:20 -07:00
JuanM04
193b41d31c
🤖 Merge PR #47130 [next-auth] Fixed signIn, set optional conext, and set optional ID in credentials by @JuanM04
* Fixed signIn / signOut

* Optional NextPageContext

* Optional ID on ProvideCredentials

* Updated tests

* Added callbackUrl and fixed signout

* Providers order
2020-09-01 15:34:06 -04:00
Alec Mev
893c701b3d
google-apps-script: Fix changeType in onChange (#46313)
* google-apps-script: Fix changeType in onChange

* google-apps-script: Improve getFont* and setFont*
2020-09-01 12:13:01 -04:00
Jan Blaha
7d7089e046
add types for package jsreport (#47057)
* add package jsreport

* change definitions by url to user pofider
2020-09-01 12:08:40 -04:00
SteveBunlon
e6e3647a0d
add forest-express package types (#47170) 2020-09-01 12:07:08 -04:00
Richardson William
949eeb1aa6
Adding spaceEqually prop to ProgressIndicator (#47186) 2020-09-01 12:04:53 -04:00
DomnMihai
0eb1f742ad
Added documentation and a new option in client opts interface. File types/redis/index.d.ts (#47154)
* Created documenation for redix/index.d.ts ClientOpts

* Added option disable_resubscribing to redis/index.d.ts ClientOpts

* Fixed lint errors

* Edited typos in redis index.d.ts documentation

Co-authored-by: mihai.pruteanu <mihai.pruteanu@accenture.com>
2020-09-01 11:57:02 -04:00
Seth Silesky
46e879e626
🤖 Merge PR #47091 feat(express-serve-static-core): add generic parameter for status types by @silesky 2020-09-01 11:44:40 -04:00
Matt R. Wilson
214a509ac0
🤖 Merge PR #47017 [express] remove constraint that request params must be strings. by @mastermatt
* [express] remove constraint that request params must be strings.

Loosing this constraint was discussed in the original PR that added the generics, but it seems it was never followed though.
It's possible that middleware is used that would make alterations to the request params and their types before the request handler is executed.
This changes allows for the manual/explicit defining, while maintaining the default of a ParamsDictionary for the standard use case.

* fixup: missed test in static-core
2020-09-01 09:18:43 -04:00
Kamil Chlebek
204263abe0
🤖 Merge PR #47074 [chai-spies] add types for renamed object method by @kamilchlebek 2020-09-01 08:45:44 -04:00
Kory
0b75697baa
add 'native' to allowed platforms when using Platform.select (#47188)
Co-authored-by: Porter, Kory <kporter@nine.com.au>
2020-09-01 13:29:20 +02:00
David Lozano Jarque
bb48ba4feb
🤖 Merge PR #47063 [express-serve-static-core]: (re)fix listen callback type (#35883)" by @davidlj95
This reverts commit 34f4572c07.

In that commit, arguments were added to the callback on the
`app.prototype.listen` method, which is the same as Node.js server one

As Node.js `.listen` callback is never called with arguments and to
avoid misleadings, arguments to that callback are removed from types as
the source code never emits a callback with arguments
2020-09-01 04:04:11 -04:00
Kevin Kirsche
4dd40fb151
Fix libary -> library typo (#47179)
Fix typo
2020-08-31 17:52:19 -04:00
Kevin Kirsche
50e6fbfdee
readible -> readable typo (#47180)
Fix typo
2020-08-31 17:34:21 -04:00
Kevin Kirsche
763d1a9b56
Fix particuarly -> particularly typo (#47178)
Fix typo
2020-08-31 17:33:13 -04:00
Jack Bates
fe6706d4dd
[recurly__recurly-js] Unmangle scoped package names (#47173) 2020-08-31 17:29:15 -04:00
Gareth Jones
8f7da87a7d
🤖 Merge PR #47125 fix(is-hotkey): describe function overload properly by @G-Rath 2020-08-31 17:10:12 -04:00
Jack Bates
d4c67dc4f6
[solid__react] Unmangle scoped package names (#47174) 2020-08-31 17:05:27 -04:00
Jack Bates
a4aab397f1
[typeform__embed] Unmangle scoped package names (#47176) 2020-08-31 15:59:20 -04:00
Jack Bates
4113095097
[webscopeio__react-textarea-autocomplete] Unmangle scoped package names (#47177) 2020-08-31 15:46:57 -04:00
Kevin Landsberg
f729a1f496
🤖 Merge PR #47079 Added missing property types to MicroModalConfig for Micromodal package by @kevinlandsberg
* Added missing properties to interface

Added missing openClass & awaitOpenAnimation to the  MicroModalConfig interface.

* added properties to config

added missing properties to modal config

* fixed tests
2020-08-31 12:43:09 -04:00
Sebastian Silbermann
17a745f41f
feat(react): Add unstable_useOpaqueIdentifier (#46692)
* test(react): Add expected behavior for useOpaqueIdentifier

* feat(react): Add unstable_useOpaqueIdentifier

* Update types/react/experimental.d.ts
2020-08-31 17:23:03 +01:00
Fabian Winter
256aa14190
🤖 Merge PR #46292 react-vis: Fix Treemap and Sunburst types by @fdw
* Fix Treemap and Sunburst types

* Add tests
2020-08-31 10:40:18 -04:00
Danilo Bürger
d59b2b61a0
[react-native] Added initialDate to DatePickerIOSProps (#47145)
* [react-native] Added initialDate to DatePickerIOSProps

* [react-native] Make DatePickerIOSProps.date optional

See 0b9ea60b4f/Libraries/Components/DatePicker/DatePickerIOS.ios.js (L39)

* [react-native] Allow null on DatePickerIOSProps.date and .initialDate

See flow typings

* [react-native] Fixed whitespace error
2020-08-31 16:24:08 +02:00
Remco Haszing
4f2ff6de9d
🤖 Merge PR #47103 Update Koa-webpack to 6.0 and add missing types for koa state by @remcohaszing
* Format koa-webpack types using Prettier

* Add injected Koa state types for koa-webpack

* Bump koa-webpack to version 6.0

This release only updates dependencies and drops support for Node 8.

* Delegate ctx.state.fs from webpack-dev-middleware

* Fix tests
2020-08-31 09:36:40 -04:00
Alan Plum
6e2916f0d4
[arangodb] remove explicit isJoi from joi schema, remove graphql dep (#47160)
* Joi no longer provides isJoi flag and it is not needed.

* Remove dependency on graphql
2020-08-31 06:33:08 -04:00
mroloux
29b41b2960
🤖 Merge PR #47158 Removed conflicting export statement by @mroloux
* Removed conflicting export statement

* Fixed tests

Co-authored-by: mroloux <matti@seats.io>
2020-08-31 05:39:39 -04:00
EvanJin
0fc4267435
Add Types for package iamport-react-native (#47144)
* Add Types for package react-native-base64

* Add Types for package iamport-react-native

Co-authored-by: evan <evanjin@toons.kr>
2020-08-31 03:49:39 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
87f0d7d53b
feat(is-gif): new definition (#47153)
Small util used by imagemin:
- definition file
- tests

https://github.com/sindresorhus/is-gif

Thanks!
2020-08-31 03:49:01 -04:00
hkleungai
265655443a
feat(bbcode-to-react): Add declarations and tests (#46891) 2020-08-31 03:48:34 -04:00
Jack Bates
8c885b604c
[entria__relay-experimental] Unmangle scoped package names (#47148) 2020-08-31 03:43:10 -04:00
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