Commit Graph

67179 Commits

Author SHA1 Message Date
Piotr Błażejewicz (Peter Blazejewicz)
a8b10755f8
feat(dragula): update to version 3.7 (#42106)
- version 2 created
- version 3 update with refined constructor, listeners and missing
properties and methods
- tests amended
- configuration as per DT defaults

Thanks!
2020-02-05 09:31:59 -08:00
Amit Beckenstein
776ca50f8d
Add definitions for migrate-mongo (#42110) 2020-02-05 09:28:15 -08:00
Oliver Salzburg
b4517f3667
angular-material: Missing IPanelAnimation.duration (#42095) 2020-02-05 09:18:15 -08:00
John Mark Gabriel Caguicla
9d2652f706
Update typings for 1.5.0 (#42096)
- Add 64-bit integer function definitions [u]int64{le, be}
- Bump required TS version to 3.2 due to bigint usage
- Add seek (skip alias)
2020-02-05 09:16:32 -08:00
Matt Roberts
66386e9f82
node-mailjet attachments (#42098) 2020-02-05 09:16:00 -08:00
Chris Krycho
45df8511a2
Ember Data: add re-exports for new packages (#42017)
* [ember-data] add re-exports for `@ember-data/model`

* [ember-data] add re-exports for `@ember-data/adapter`

* [ember-data] add re-exports for `@ember-data/store`

* [ember-data] add re-exports for `@ember-data/serializer`

* [ember-data] add re-exports for `@ember-data/model`

* [ember-data] use OTHER_FILES for `@ember-data/adapter`

* [ember-data] use OTHER_FILES for `@ember-data/serializer`

* [ember-data] include error test for `@ember-data/adapter`

* [ember-data] use OTHER_FILES for `@ember-data/serializer`

* [ember-data] fix file inclusions and paths

* [ember-data] actually export and test `@ember-data/adapter/error`

* [ember-data] fix more tests

* [ember-data] rework @ember-data/adapter/error exports

* [ember-data] make `@ember-data/adapter/error` exports type-and-value

* [ember-data] make `@ember-data/adapter/error` exports type-and-value correctly

* [ember-data] use `export import` form

* [ember-data] fix mixin re-exports

* [ember-data] fix expanded adapter method test
2020-02-05 09:12:40 -08:00
Daniel Rose
3b611ed646
Update various socketcluster types to newest versions (#42068)
* Add type definitions for async-stream-emitter, consumable-stream, writable-consumable-stream, stream-demux, ag-channel, ag-simple-broker, ncom, async-iterable-stream

* Upgrade sc-broker to 8.0

* Upgrade socketcluster-client to 15.1

* Rename definition files to match module file names

The files in the module were renamed.

* Move socketcluster-server to v14 folder

In preparation for socketcluster-server v15, since the old version is still used by other type packages.

* Update scc-broker-client to 7.0

* Add current socketcluster-server type definitions

Current version is v15.0

* Move sc-broker-cluster to v6 folder

In preparation for sc-broker-cluster v9, since the old version is still used by other type packages.

* Add current sc-broker-cluster type definitions

Current version is v9.0

* Move sc-channel to v1 folder

In preparation for sc-channel v2, since the old version is still used by other type packages.

* Add current sc-channel type definitions

Current version is v2.0

* Include the relevant sc-broker-cluster type-definitions directly in sc-channel

It can be run using older and newer version of sc-broker-cluster, which have differently versioned dependencies.

* Move sc-channel tests to sc-broker-cluster

In the tests we use sc-broker-cluster. If the tests are in sc-channel, they drag in all dependencies for sc-broker-cluster, including esnext.asynciterable, which we don't want.

* Simplify sc-errors tests

In the tests we used socketcluster-server. That dragged in all of its dependencies, including esnext.asynciterable, which we don't want.

* Move sc-channel to v1 folder

In preparation for sc-channel v2, since the old version is still used by other type packages.
2020-02-05 08:59:09 -08:00
Alex Jerabek
ca3bfdb158
[office-js, office-js-preview] PivotTableCollection description typo fixes (#42102)
* Removing prompt verbage from selection binding options

* Fix PivotTable typo
2020-02-05 08:52:47 -08:00
Crocsx
f9910bb95a
[@Cesium] 1.66 (#42113)
* [@Cesium] 1.66

* small fixes

* tabs
2020-02-05 08:51:18 -08:00
Michael Adams
271bc26033
[plotly.js] add domain to layout. (#42107) 2020-02-05 08:50:29 -08:00
Jamie Neubert Pedersen
8a75816499
[@types/wnumb] Update types to wNumb version 1.2.0 (#41909)
* [@types/wnumb] Update types to wNumb version 1.2.0

This change corrects the types and exports them.

* Update tests

* Update index.d.ts

* Update wnumb-tests.ts

* Update wnumb-tests.ts

* Update index.d.ts

* Update nouislider-tests.ts

* Update nouislider-tests.ts

* Update nouislider-tests.ts

* Update index.d.ts

* Update index.d.ts

* Update wnumb-tests.ts
2020-02-05 08:46:03 -08:00
Adam Kuśmierz
141c76f567
[yup] Added better definition for yup's SchemaDescription.fields (#40822)
* Added better definitions for SchemaDescription.fields

* indentation fix
2020-02-05 08:43:34 -08:00
Daniel Schuba
cf05cab21b
[heremaps] update to v 3.1 API (#41735)
* [heremaps] update to v 3.1 API

* [heremaps] removed not existing interfaces

* [heremaps] migration to "LookAt" interface

* [heremaps] fixed optional parameter
2020-02-05 08:41:49 -08:00
Declan Vong
ed2125ebc2
Update gapi.client.classroom types using new type generator (#40407)
* Update Google Classroom types using new generator

* Fix formatting

* More fixes

* .

* Update types/gapi.client.classroom/tsconfig.json
2020-02-05 08:39:20 -08:00
ExE Boss
ff9e0ebf5b
fix(tabtab): Enable Prettier, TSLint and strictNullChecks (#41926) 2020-02-04 14:34:00 -08:00
Mitchell Wills
4d960dd0e9
Allow other expected values to be nested in jasmine.objectContaining (#42073) 2020-02-04 13:11:01 -08:00
Ivan A
9f49c141e8
Added forge.pki.publicKeyToRSAPublicKeyPem to node-forge (#42060) 2020-02-04 13:09:36 -08:00
Sean Stephens
11d1ff87d0
[@types/sodium-native] Add crypto_box_* constants (#42079) 2020-02-04 13:08:28 -08:00
Yenru Chin
2fa35a8617
Add CodeValueObject (#42065) 2020-02-04 12:55:38 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
7cba407dbd
feat(connect-mongo): mark as not needed as of 3.1 (#42047)
Thanks!
2020-02-04 11:26:52 -08:00
Sébastiaan
49186d5fcc
Remove duplicate Facebook types package (#42058) 2020-02-04 11:25:32 -08:00
Joey Rafidi
87f6fbaaf8
[cesium] Add types for ground polyline primitive/geometry and label/billboard opts (#42091)
* [cesium] Add types for ground polyline primitive/geometry and label/billboard opts

* Fix build

* Fix primitive geometry instance types
2020-02-04 11:24:51 -08:00
Anton Rieder
3d188cf983
[jquery] Context can be a selector (#41979)
See:
https://github.com/jquery/api.jquery.com/issues/1060#issuecomment-579859224
3edfa1bcdc/test/unit/selector.js (L54)
2020-02-04 11:20:17 -08:00
Syncfusion-JavaScript
83c0d7bb49
17.4.46 added (#41972)
* 17.3.26 added

* Error fixed

* Removed Bad character

* Removed new line

* Added new line

* 17.4.39 added

* Commit index and ej file

* Revert "Commit index and ej file"

This reverts commit 2f2905412930ebcdea1a80d147febd011f7c5686.

* changed ts file

* Adde non-npm package

* Removed bad character

* removed irregular whitespace

* 17.4.46 added

* Removed unwanted character

* Added the chnages

* Removed Space
2020-02-04 11:08:35 -08:00
Arthur Denner
ff388a3fa3
feat(eslint): add errorOnUnmatchedPattern to CLIEngine Options (#41889)
* feat(eslint): add errorOnUnmatchedPattern to CLIEngine Options

* test(eslint): add test for errorOnUnmatchedPattern option on CLIEngine for ts3.1
2020-02-04 09:45:00 -08:00
labzy88
f7eef53553
mailgen ContentBody.table can now take type Array<Table> (#41913) 2020-02-04 08:57:04 -08:00
Łukasz Jagodziński
9264f705a6
The getClientIp can return null (#41902)
As you can see in the source code here https://github.com/pbojinov/request-ip/blob/master/src/index.js#L129 the `getClientIp` function can return `null` value if all the possible methods fail.
2020-02-04 08:53:37 -08:00
Shimpei NAKAMORI
f3b9ae8270
[@types/plupload] Enable import (#41830)
* Add `declare module`

* Update types/plupload/index.d.ts

Co-Authored-By: Wesley Wigham <wwigham@gmail.com>

Co-authored-by: Wesley Wigham <wwigham@gmail.com>
2020-02-04 08:52:56 -08:00
Julian Hundeloh
c848c5a881
[umzug] fix: support array of migrations as input (#41878)
* fix: support array of migrations as input

* fix: add missing methods to Migration interface

* fix: remove unnecessary props

* fix: add file prop to Migration
2020-02-04 08:35:58 -08:00
ExE Boss
00a3593da3
feat(assert): Add support for TypeScript 3.7 assertion functions (#41927)
Co-Authored-By: Linus Unnebäck <linus@folkdatorn.se>

Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
2020-02-03 16:06:27 -08:00
Benedikt Bauer
7c12944ed1
Update stripe-v3 to accept BankAccountOptions on createToken (#41947) 2020-02-03 13:00:15 -08:00
Benedikt Bauer
b280439d65
[@types/react-stripe-elements] Update createToken to accept BankAccountOptions as well (#41946)
* Update react-stripe-elements definitions to allow BankAccountOptions to be passed to createToken
Also add some tests for the Iban, IdealBank and PaymentRequestButton elements

* Update stripe-v3 to accept BankAccountOptions on createToken
2020-02-03 10:21:24 -08:00
Simon Garner
5706c529a4
[braintree] Use discriminated union for WebhookNotifications (#42030)
* Use discriminated union for WebhookNotifications

Change the WebhookNotification types to know their own values for the `kind` property, so that the compiler can automatically infer types from it.

This also requires changing the notification types to be interfaces instead of classes, and changing `WebhookNotification` to be a union type instead of an abstract class.

Ref: https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions

The result of all this is that a guard on the returned `notification.kind` will have the effect of narrowing the type of `notification` itself, so that explicit casts aren’t always necessary.

* Update test

* Revert kind to still be WebhookNotificationKind

* Group types for WebhookNotificationKind

* fix: missing semicolon
2020-02-03 10:19:53 -08:00
Alex Seifert
7049fc4b4c
Add object type to the MJML package (#42066)
* Add object type to the MJML package

* Add more a more specific interface

* Add missing types to MJML and make optional ones optional

* Add usage examples to the MJML test file
2020-02-03 09:32:35 -08:00
Eva
1b802a91a7
[pngjs]: fix type for sync.read at pngjs (#41940) 2020-02-03 09:28:23 -08:00
Igor Morozov
fc10467244
Fix ResponseError (#42059)
Only optional status and response fields
2020-02-03 09:27:24 -08:00
Igor Morozov
e211ea86f8
Add missing disableTLSCerts method (#42056)
According to docs https://github.com/visionmedia/superagent/blob/master/docs/index.md#tls-options
2020-02-03 09:23:13 -08:00
gdrbyKo1
dd4301b390
signalr: make the second parameter of the Hub.Proxy.off method optional (#41973) 2020-02-03 09:21:07 -08:00
Dispatch
997b0cfe4f
Update Autopad parameters (#42035) 2020-02-03 09:18:07 -08:00
Jon Flash
02e35ff46e
Add missing NewRelic Agent methods (#42020) 2020-02-03 09:17:22 -08:00
Ryo Ota
34fd07c37a
Add http2.Http2ServerRequest type to the auth() parameter (#42037) 2020-02-03 09:12:36 -08:00
Nicholas Boll
2988d52315
Add path for @testing-library/cypress/add-commands (#41987)
* Add path for @testing-library/cypress/add-commands

* Reference new file

* Add new file to config

* Add add-commands.d.ts to OTHER_FILES.txt

* Update tsconfig.json
2020-02-03 09:11:39 -08:00
Steve Dignam
dc72f7ed97
chart.js: Update ChartData to accept both Arrays and ReadonlyArrays (#42023)
By changing the types for `ChartData["labels"]` and `ChartData["datasets"]`
to ReadonlyArrays we can pass either ReadonlyArrays or Arrays as ChartData.

This is useful when chart.js is used inside a React component where the
props are readonly.
2020-02-03 09:03:32 -08:00
Leandro Lourenci
4713e4b663
[@testing-library/jest-dom] Add new type for toHaveStyle matcher (#42022)
* Update jest-dom's types

* Apply suggestions from review
2020-02-03 08:55:00 -08:00
Martin Zlámal
80c66130f3
Relay runtime: add missing ClientID (#41806) 2020-02-03 08:53:50 -08:00
pmoleri
f367276e2d
Correct version for ldapjs type definitions (#42064) 2020-02-03 08:32:10 -08:00
Sam Alexander
c56c683e97
feat: Add types for frappe-gantt (#41561)
* Add frappe-gantt types

* Add refresh method

* Update index.d.ts
2020-02-02 21:04:48 -08:00
Yenru Chin
33fa63bc7f
[webpack] Add RuntimeValue for DefinePlugin (#42036)
* Add RuntimeValue in DefinePlugin

* Add tests

* Tweak

* Fix

* More specific type and tests

* Fix test error

* Add parser type

* Fix tests error
2020-02-02 19:20:15 +00:00
Vladimir Timofeev
d8d74cffbd
[react-native] Fix Picker component definitions + test (#42024)
* add test to show the problem

* make it work
2020-02-01 12:15:45 +01:00
Isaac Sukin
92b2d2065a
Adds DragSelect types (#41996)
* Adds DragSelect types

* lint

* Remove "export as namespace"

* PR feedback
2020-01-31 18:36:42 -08:00