Commit Graph
66275 Commits
Author SHA1 Message Date
Jay RylanandAndrew Casey 2703151cbb [write-file-atomic] Add async types (#40540) 2019-11-26 16:10:19 -08:00
Ziyaddin SadigovandAndrew Casey 1dd3cac0a4 rename interface Paramater to Parameter (#40571) 2019-11-26 16:09:20 -08:00
Wooram JunandAndrew Casey 604e3933a4 [koa] add types for the new options (#40557) 2019-11-26 16:07:35 -08:00
Samuel Gillispie IIandAndrew Casey cd1cf516b1 fix(carbon-component-react): Fixed transposition error (#40569) 2019-11-26 16:06:42 -08:00
ExE BossandAndrew Casey c57ab0dda0 feat: Add domtagger (#40675) 2019-11-26 16:04:37 -08:00
ExE BossandAndrew Casey 26bd1e5567 feat(ejs): Update to v2.7 (#40531)
* feat(ejs): Update to v2.7

* test(ejs): Fix tests on TS 2.8
2019-11-26 16:03:48 -08:00
Tomasz PluskiewiczandAndrew Casey 4f1973349e sparql-http-client: update to version 1.2 (#40651) 2019-11-26 15:09:25 -08:00
jlismoreandAndrew Casey 9af5b40259 Add min and max domain props (#40612)
Add alternative animate prop
2019-11-26 15:05:23 -08:00
11700dc2d1 googlemaps: Document google.maps.version string (#40638)
* Document google.maps.version

Ref: https://developers.google.com/maps/documentation/javascript/versions#version-checks

* googlemaps: inline link to version

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* googlemaps: Add test for version type.
2019-11-26 15:03:13 -08:00
bram-landAndrew Casey 92c2b3ff06 [slonik] Update types to v21.4 (#40582) 2019-11-26 15:02:56 -08:00
Boston Dell-VandenbergandAndrew Casey ab536d809e fix(@types/react-query): Correct refetchInterval types on ReactQueryProviderConfig (#40639) 2019-11-26 15:01:21 -08:00
EECOLORandAndrew Casey 2df10e02e7 add missing option (#40539) 2019-11-26 15:01:03 -08:00
Nathan Shively-SandersandGitHub 642fada41d Normalise collections files (#40686) 2019-11-26 14:58:13 -08:00
Arnaud BarréandAndrew Casey ec7e51feeb react-native-webrtc: Add registerGlobals (#40636)
* Add registerGlobals type

* Add test & Fix version
2019-11-26 14:55:51 -08:00
Anthony RaymondandAndrew Casey e7ba075c07 Update @types/mui-datatables to new release version (#40646)
* Update @types/mui-datatables according to v2.13.0

* Add 'setCellHeader' to mui-datatable MUIDataTableColumnOptions

* Add 'disableToolbarSelect' to mui-datatables MUIDataTableOptions

* Add 'setTableProps' to mui-datatables MUIDataTableOptions

* Update @types/mui-datatables version in header
2019-11-26 14:54:18 -08:00
Chris WilkinsonandAndrew Casey 6e6ad737f3 [rdf-js] Add basic dataset interfaces (#40657)
* Add basic dataset interfaces

* Use rdf.js.org

* Test iterable
2019-11-26 14:53:53 -08:00
Nathan Shively-SandersandGitHub 70339d5f88 Normalise cli-color files, fixup javascript-time-ago (#40685)
* Normalise cli-color files

There is no good reason for multiple modules to be in the same file.

* fixup javascript-time-ago too
2019-11-26 14:46:51 -08:00
François ChalifourandAndrew Casey f9b723f52e [algoliasearch] Add sumOrFiltersScores search parameter (#40659) 2019-11-26 14:46:35 -08:00
Attila VečerekandAndrew Casey 67f3afa3ff Extend RedisOptions with sentinel connection options (#40655) 2019-11-26 14:46:11 -08:00
Sam HerrmannandAndrew Casey bc0ac158b0 [inputmask] Add definitions property to Options (#40573) 2019-11-26 14:41:04 -08:00
inglec-aristaandAndrew Casey ff77e86e11 fast-text-encoding: Fix global name collisions (#40630)
Global var definitions for TextDecoder and TextEncoder collide with the
globals defined by "lib.dom.d.ts". Ideally we would be able to
conditionally define TextDecoder and TextEncoder if they are not
already defined in the current context. Since we cannot do conditional
definitions in an ambient context, we export these types so the user
can do this themselves (see tests).

- Move global type definitions to namespace to prevent collisions with
  "lib.dom.d.ts" TextDecoder and TextEncoder.
- Update name of namespace from "fastTextEncoder" to "fastTextEncoding"
  to match package name.
- Update tests to manually define global vars TextDecoder and
  TextEncoder.
2019-11-26 14:30:35 -08:00
Erik BurtonandAndrew Casey 1f7634ec0d javascript-time-ago type definitions (#40618)
* Adding tsconfig and tslint

* Adding main interface type definitions

* Adding tests

* Updating tsconfig

* Adding locale type definitions

* Fix config

* Fix linting

* Updating tsconfig to use files property

* Updating typescript version

* Header fix

* Trimming newlines for dtslint

* Potential CI Fix

* Removing strict flag from tsconfig

* Shuffling types for less duplication

* Adding newline for linting
2019-11-26 14:30:25 -08:00
Nathan Shively-SandersandGitHub 7926ae9ff5 Update new package instructions (#40677)
1. Only index.d.ts is allowed in files list; all other d.ts files should be
referenced from it.
2. Unreferenced files that nonetheless need to ship can be added to
OTHER_FILES.txt
2019-11-26 12:48:58 -08:00
Nathan Shively-SandersandGitHub c8089e91d1 Trim tsconfig files; move untested files to OTHER_FILES.txt (#40676)
* Initial cut

* fix aos global reference

* fix clearbladejs global references

* fix cldr.js augmentations

* fix codemirror compile errors (maybe)

* fixup skipped files after merge

* fix dwt/v13

* add missing references to adone

* fix meteor (manually)

* fix rangy

* add missing file reference to react-blessed

* fix react-dom?

* bump codemirror to 3.2

* bump dwt to 3.2

* Add/remove OTHER_FILES.txt as needed.

* bump react-codemirror to 3.2

* add references to slickgrid tests

* add reference to strophe.js tests

* add reference to strophe+fix types

* add reference to waypoints test

* Bump others to 3.9

* remove incorrectly added file

* Use more explicit types reference paths

* bump strophejs-plugin-roster TS version
2019-11-26 12:47:30 -08:00
Nathan Shively-SandersandGitHub 6323ec4f01 react-dom tests: Add missing import of 'experimental' (#40669) 2019-11-26 09:56:02 -08:00
Nathan Shively-SandersandGitHub e2690999da react-blessed: add missing reference (#40668)
The file, confusingly, is called react.d.ts, but isn't @types/react.
2019-11-26 09:04:45 -08:00
Nathan Shively-SandersandGitHub 275ab65da8 meteor: inline test module augmentations (#40667)
This makes the test file structure more similar to other DT tests.
2019-11-26 09:00:35 -08:00
Nathan Shively-SandersandGitHub c69f7bc333 clearbladejs: inline global files (#40665) 2019-11-26 08:55:18 -08:00
Nathan Shively-SandersandGitHub f2bb28cbd8 cldrjs: make directory structure match source (#40664)
Move supplemental files into cldr/ subdirectory.

Also make the test reference supplemental instead of relying on it being
in the global namespace.
2019-11-26 08:48:55 -08:00
Nathan Shively-SandersandGitHub 8502cfd704 aos: Inline global interface merge (#40663) 2019-11-26 08:44:22 -08:00
Nathan Shively-SandersandGitHub fca19b9388 Add missing references to adone.d.ts (#40662)
It relies on async.d.ts and benchmark.d.ts, but forgets to reference
them.
2019-11-26 08:34:32 -08:00
Dmitry DemenskyandAndrew Casey f460f9a287 Refresh README.ru.md (#40614)
* Reformat with prettier

* Add "Chinese" link

* Remove markdownlint-disable

* Add section "Текущее состояние"

* Move section "Что такое файлы декларации..." under section "Текущее состояние"

* Move section "Как их получить?" under section "Что такое файлы декларации…"

* Synchronize section "Как их получить?"

* Add section "Проверка"

* Rename section "Lint" to "Linter"

* Add section "Содержание"

* Fix link

* Update http links to https
2019-11-25 18:30:43 -08:00
Denis SlávikandAndrew Casey 0a6d31eb0a Added missing subText (#40486)
`onNotification` method returns `subText` value as well, if present in `localNotificationSchedule` method.
2019-11-25 17:32:05 -08:00
JonathanandAndrew Casey c7dc74d7c2 Added perPage property on Siema (#40451)
* Added perPage property

Siema makes the property perPage available, and it is useful to be able to read it, so I'm adding it to the type definition.

* added test

* added myself as contributor

* fixed tests
2019-11-25 17:22:02 -08:00
Ilia BaryshnikovandAndrew Casey b366d203b6 NodeJS child_process signals to be Signals (#40560)
* NodeJS child_process signals to be Signals

* allow number as kill signal where acceptable
2019-11-25 14:26:42 -08:00
Valérian RoussetandAndrew Casey df2703fdab ws: constructor supports URL (#40594) 2019-11-25 14:24:28 -08:00
Ifiok JrandAndrew Casey 62c6c21c6c stripe - remove name from contributors (#40623)
Remove name from contributors list to prevent messages from being sent
through.
2019-11-25 14:20:45 -08:00
Louay AlakkadandAndrew Casey 126d2f3a13 Remove named exports from validator index file (#40491)
* Remove named exports from validator index file

There are no named exports in the validator package as you can see from the source code here
https://github.com/validatorjs/validator.js/blob/b5a1d1f/src/index.js

* Fix my name

* Remove actual imports from `convict-tests`

* Update uses of validator types (in tests & sequelize definitions)

* Remove accidental file

* Fix errors

* Fix lib files

* Prettier

* Switch to namespace for simplicity

* Fix missed imports in lib

* Dummy change to trigger CI

* Revert import changes to convict-tests
2019-11-25 14:02:36 -08:00
dsueltenfussandAndrew Casey d6204d55a4 Correct comment in node/crypto definition (#40587)
* Added missing type

* Updated package header

* Replaced tabs with spaces

* Correcting a comment

Correcting a comment to refer to the correct function
2019-11-25 13:45:49 -08:00
kmahlqvistandAndrew Casey 8b1a462323 Add missing extensions (#40633)
Adds missing extension for RemoteTrackStats according to docs https://media.twiliocdn.com/sdk/js/video/releases/2.0.0-beta15/docs/RemoteTrackStats.html
2019-11-25 13:36:13 -08:00
Mike DeverellandAndrew Casey 540e91c2e5 [ramda] Improve tests for 'add' (#40605)
* add  comments on existing tests

* add tests for 'add' parameter types

* remove test that adds no value :rimshot:
2019-11-25 13:32:26 -08:00
Corbin CrutchleyandAndrew Casey 493128ea2d [summernote] Update various aspects of typings (#40622)
* Update various aspects of the Summernote typings

* Remove un-needed comma
2019-11-25 13:29:08 -08:00
Rhys LloydandAndrew Casey 1c1fd46261 [@types/react-adal] getCachedToken and getCachedUser can return null (#40516) 2019-11-25 11:30:09 -08:00
Ryan StallingsandAndrew Casey 590362a073 libxmljs: add missing parserOption (#40599)
libxmljs: Added missing parser option for baseUrl (used by parseXml and parseHtml).
2019-11-25 11:26:30 -08:00
Danilo BürgerandAndrew Casey fc884bef09 [react-router-dom] Export missing RouteChildrenProps from react-router (#40502) 2019-11-25 11:23:37 -08:00
Alan SongandAndrew Casey 217342f579 Replace object with Record<string, string> for parameter fields (#40621) 2019-11-25 11:22:12 -08:00
Johan LindskogenandAndrew Casey d50b729ceb react-query: Fix spelling error (#40611) 2019-11-25 11:13:06 -08:00
Neel BhasinandAndrew Casey 7c51d165c7 React native material textfield - Updated missing Types (#40628)
* updated types for renderRightAccessory and renderLeftAccessory

* Refactored and updated missing types

* Reverted clearTextOnFocus deleted by mistake

* Updated lineType and disabledLineType types
2019-11-25 11:12:03 -08:00
Ifedapo .A. OlarewajuandAndrew Casey 4caef8b719 [tus-js-client] Align definitions with v1.8 (#40629)
* update tus-js-client definition to match 1.8

* Update tus-js-client test

* [tus-js-client]: remove trailing whitespace

* [tus-js-client]: fix test on upload.abort method
2019-11-25 11:04:29 -08:00
JojoshuaandAndrew Casey 19cc557a07 tabulator-tables 4.5 (#40620)
* tabulator 4.5 updates

* fix comment style
2019-11-25 10:36:26 -08:00