Commit Graph
66275 Commits
Author SHA1 Message Date
Dennis BartlettandNathan Shively-Sanders 275e3da95b Fixes #35687: Updated expected method and signature for "engine" (#39433)
* Updated expected method and signature for "engine"

* Updated Tests for new signature.

* Added self to Definitions By

* Added version for express-handlebars
2019-11-04 11:10:40 -08:00
ArthurLaudereauandNathan Shively-Sanders 84367f7ad2 package: pi-spi update close() type to close(cb:void) (#39422)
* Update index.d.ts

The package now require a callback to close the communication.
The function of the package atm : 
```
spi.close = function (cb) {
        fs.close(_fd, cb);
    };
```

* Update pi-spi-tests.ts
2019-11-04 11:09:46 -08:00
PopGoesTheWzaandNathan Shively-Sanders ffd35a14b2 google-apps-script: 2019-10-23 (#39413)
* set package version to 1.*.*

* 2019-10-23 update

* enable more lintiing rules

* linting fixes
2019-11-04 11:09:30 -08:00
Alexander TandNathan Shively-Sanders f9adf4245e mobx-devtools-mst: Provides its own types (#39464) 2019-11-04 10:57:54 -08:00
dckorbenandNathan Shively-Sanders a5c429202f [Google.Visualization] Add Missing Properties to LineChartOptions (#39308)
* Update index.d.ts

Adds missing properties to LineChartOptions

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

Add visualization.dataTableToCsv functions <https://developers.google.com/chart/interactive/docs/datatables_dataviews#datatabletocsv>
Add data Class for DataTable grouping <https://developers.google.com/chart/interactive/docs/reference#group> and joining <https://developers.google.com/chart/interactive/docs/reference#join>.

Fix DataTable.getRowProperty, wrong return type <https://developers.google.com/chart/interactive/docs/reference#methods>
Fix ColumnSpec optional parameters

* Fix duplicated definition. Add Documentation Citations

* Change pointShape to string

* Trendlines changed to keyed list 

Same change should probably be made to series?: { [key: number]: any; }; on a future pull.

* change join() joinMethod enumerated options

* Provide both getViewColumns() return types

* Union on aggregates, count adjustment

* Enumerated options for pointShape

* Add Trendline interface, update trendline: any

* Added Richer columns parameter to group()

* Add trendline.pointSize?

* Add GroupKeyOptions interface to group()

* Add built-in modifier function, logical re-order

* change trendlines? to typed Record<>

* Force ts 2.2

* Trying force ts 2.9

* Revert Record and ts version forcing

Dependent package prevents usage of newer syntax.

* Should have used union
2019-11-04 10:53:45 -08:00
SébastiaanandNathan Shively-Sanders 750fa4b376 Add appPath option to @types/gm (#39348) 2019-11-04 10:52:34 -08:00
Evan SteinkerchnerandNathan Shively-Sanders d9ec9f086f [marked] Updated to match marked.js 0.7.0 (#39369)
* Added defaults, getDefaults, and options to marked namespace

* Added class properties to type definitions - most importantly options

* Fixed Parser.peek return type

* Added optional codeBlockStyle property to Tokens.Code

* Added Renderer.checkbox method

* Bumped version to 0.7
2019-11-04 10:52:12 -08:00
Adam ŽurekandNathan Shively-Sanders eee5458d48 [DataTables.net-buttons] Added LanguageSettings (#39379) 2019-11-04 10:27:56 -08:00
Matthew PevelerandNathan Shively-Sanders 979db3f08d Replace JQuery.Event with legacy JQueryEventObject (#39384) 2019-11-04 10:27:38 -08:00
Gaëtan MaisseandNathan Shively-Sanders 06bef93b18 Update types to match version 7.0 of storybook-addon-jsx (#39310)
* [storybook-addon-jsx] update types to work with version 7.0 of this lib

 - Remove reference to `storybook__react` types as `@storybook/react` is now written in TS and is providing its own types.
 - Need to upgrade TS to 3.1 as `unknown` type is used and to not have issue related to rest parameters (TS2370)
 - Update tsconfig to make it works with `@types/react`

* [storybook-addon-jsx] update project URL
2019-11-04 10:13:43 -08:00
ExE BossandNathan Shively-Sanders c84905685e feat(ncp): Add support for top‑level export (#39273)
* feat(ncp): Add support for top‑level export

* test(ncp): Fix tests on TypeScript < 2.6

* refactor(ncp): Apply Prettier formatting

* chore(ncp): Remove `.editorconfig` 😡
2019-11-04 10:00:26 -08:00
Hossein SanieiandNathan Shively-Sanders 165ec21fb4 feat(@types/hapi__joi): accept generic schema types in ObjectSchemas (#39281) 2019-11-04 09:51:22 -08:00
Anton BokshaandNathan Shively-Sanders 8eb9170b8f add types for koa-docs (#39232) 2019-11-04 09:47:56 -08:00
Anton BokshaandNathan Shively-Sanders dc2705ce1b Add types for koa-joi-router-docs (#39221)
* init types for koa-joi-router-docs

* clean up package.json, mark as private

* rm package.json, fix test issues
2019-11-04 09:47:24 -08:00
Carl HuskeyandNathan Shively-Sanders 7299a0b513 iframe-resizer - Update to fix function export (#39193)
* modify iframe-resizer to fix type for angular

* correct exports

* updates from pr comments

* More revisions to make the required version callable
2019-11-04 09:22:44 -08:00
Florian KellerandNathan Shively-Sanders 6703679c92 [electron-localshortcut] Add types for electron-localshortcut (#40121) 2019-11-04 08:51:40 -08:00
RafaelandNathan Shively-Sanders e671fbc00a Updated multer-gridfs-storage to v4 (#40122)
* Updated to v4

* Fixed tslint path for old package
2019-11-04 08:32:26 -08:00
AbigailMcPandJesse Trinity cb5ee9a060 [Cavy] Add wrap type (#39972)
* Add wrap type and update findComponent type

* Flesh out wrap tests

* Fix findComponent type

* Revert Typescript version change
2019-11-04 07:55:58 -08:00
Mathias Lykkegaard LorenzenandJesse Trinity e177e0413e added "alloy" typings. (#39938)
* added alloy typings.

* added version.

* added missing end of line.

* removed redundant keywords.

* corrected typo.

* added missing end of line.

* removed function references.

* removed generic parameter.

* updated titanium typings.

* any args.

* added author.

* changed into a class.

* updated typings.

* switch back to interface sadly.

* removal of jquery type extension.

* fixed tests.

* fix for scoping.
2019-11-04 07:53:14 -08:00
ALandJesse Trinity eac26d0f1c [dompurify] Expose dompurify typings on namespace and update types to better reflect version 2.0.1 (#38630)
* [dompurify] Publicly expose DOMPurify's interfaces and event names via the DOMPUrify namespace.

* [dompurify] Update DOMPurify's sanitize method return types to reflect version 2.0.1 (support for TrustedHTML types)

* [dompurify] Remove unnecessary reference to trusted-types package

* [dompurify] Update DOMPurify type definition version to comply with dt-header linting rule.
2019-11-04 07:48:21 -08:00
Ikramullah LatifandJesse Trinity e63c22be18 Add typings for adhan (#39942)
* Add typings for adhan

* UMD Friendly

* Fix strict-export-declare-modifiers

* Update index.d.ts
2019-11-04 07:46:57 -08:00
Craig ThompsonandEloy Durán be4b686cf1 fix(styled-system): Add missing flexShrink + flexGrow (#39922)
* fix(styled-system): Add missing flexShrink + flexGrow

* chore: add author bit

* chore: amend version to latest styled-system version

* chore: add missing comments

* chore: add test entries

* fix: comment

* chore: fix version
2019-11-04 11:59:33 +01:00
Aditya ThebeandAndrew Branch 8e0fa6fc55 [node-telegram-bot-api] Added new interfaces and updated existing ones (#38971)
* Added ChatPermissions Interface

- The field all_members_are_administrators has been removed from the documentation for the Chat object. The field is still returned in the object for backward compatibility, but new bots should use the permissions field instead.
- Modified Chat interface. Added : permissions, can_set_sticker_set, and sticker_set_name

* Updated Message interface & Added new interfaces - Poll & PollOption

- forward_sender_name
- media_group_id
- caption_entities
- poll
- connected_website

* Modified exisiting interfaces - Audio, Animation

- Removed redundancy by extending FileBase on Animation
- Added new properties to Animation : width, height, and duration
- Added new property to Audio : thumb

* Modified Contact and Venue interfaces

- Added foursquare_type to Venue
- Added vcard to Contact

* Added new Interface LoginUrl

* Rearranged interface ordering so that it matches Telegram Documentation

* Updated ChatMember interface

- Rearranged ordering to match Telegram documentation
- Added new property : is_member

* Fixed linting errors and made login_url as optional param in InlineKeyboardButton

* Added new contributor in the header

* Updated version to 0.40 from 0.31
2019-11-03 10:02:18 -08:00
ExE BossandJesse Trinity 010944299e feat: Add setImmediate (#40012) 2019-11-01 16:22:23 -07:00
Chris HowardandJesse Trinity 92a0fe0a28 [just-clone] Adding new Typings for just-clone module (#39996)
* Typings for just-clone

* Updated tests

* Added more tests

* Moved test
2019-11-01 16:16:51 -07:00
lochiegoandJesse Trinity efce94ec94 Add type for ajv-keywords (#39948) 2019-11-01 15:48:23 -07:00
Joachim Blaafjell HolwechandJesse Trinity ea40bbb6b2 Added typings for CodeFlask (#39913)
* Added typings for CodeFlask

* Updated to match with Prismjs
2019-11-01 15:11:48 -07:00
Angelo Di PillaandJesse Trinity 3e084dc89f Add types for IAB VPAID 2.0 (#39901) 2019-11-01 15:07:41 -07:00
William Bergeron-DrouinandJesse Trinity eb680b04ff Added types for svg-intersections (#39899)
* Generated svg-intersections files using npx

* Added base typings for shape method with conditional second argument type

* Added missing types in SvgProperties

* Added basic Shape interface

* Added types for intersect function

* Refactored intersection to interface and added typings to Matrix2D

* Linted index.d.ts

* Added line test

* Added tests for rect, circle, ellipse & polygon

* Added test for path

* Rectangle rx&ry should be optional

* Added intersections test

* Replaced unnecessary typeof with generic type
2019-11-01 15:01:47 -07:00
Daniel CassidyandJesse Trinity 13e6949a02 promise-fs: Add type definitions. (#39677)
* promise-fs: Add type definitions.

* promise-fs: Simplify re-export.
2019-11-01 11:27:43 -07:00
Gareth JonesandJesse Trinity 5c4d11dd09 [linkifyjs] re-write definitions (#38900) 2019-11-01 11:21:32 -07:00
Alexander TandJesse Trinity 7eb9f13d9b ganache-core: Provides its own types (#39605) 2019-11-01 11:13:14 -07:00
Alexander TandJesse Trinity a3f77f97b0 gulp-shell: Provides its own types (#39601) 2019-11-01 11:12:50 -07:00
Alexander TandJesse Trinity 2cfc62a27d is-mobile: Provides its own types (#39593) 2019-11-01 11:12:27 -07:00
Alexander TandJesse Trinity 43b33863ca ismobilejs: Provides its own types (#39592) 2019-11-01 10:48:01 -07:00
Alexander TandJesse Trinity 01f88afb81 jsonata: Provides its own types (#39583) 2019-11-01 10:47:28 -07:00
Alexander TandJesse Trinity 8b63e0de7b vuex-i18n: Provides its own types (#39568) 2019-11-01 10:47:04 -07:00
Alexander TandJesse Trinity f9f76f3280 viewerjs: Provides its own types (#39564) 2019-11-01 10:46:54 -07:00
Alexander TandJesse Trinity 39d74fe7cf systeminformation: Provides its own types (#39553) 2019-11-01 10:46:19 -07:00
Alexander TandJesse Trinity 0065fbe0b9 superstruct: Provides its own types (#39552) 2019-11-01 10:46:09 -07:00
Alexander TandJesse Trinity b7b69af4b4 sauronjs: Provides its own types (#39541) 2019-11-01 10:45:05 -07:00
Alexander TandJesse Trinity 96020a52e5 redux-promise-middleware: Provides its own types (#39535) 2019-11-01 10:44:17 -07:00
Alexander TandJesse Trinity 810707434e react-native-fabric: Provides its own types (#39515) 2019-11-01 10:44:05 -07:00
Alexander TandJesse Trinity 457b0e46b5 react-dotdotdot: Provides its own types (#39508) 2019-11-01 10:43:30 -07:00
Alexander TandJesse Trinity dfa5983fc5 rc-progress: Provides its own types (#39501) 2019-11-01 10:42:46 -07:00
Alexander TandJesse Trinity 5ab0100370 postmark: Provides its own types (#39495) 2019-11-01 10:42:35 -07:00
Alexander TandJesse Trinity 2c5f177ce7 pad: Provides its own types (#39490) 2019-11-01 10:42:24 -07:00
Alexander TandJesse Trinity a19d4fdcd3 onoff: Provides its own types (#39487) 2019-11-01 10:41:22 -07:00
Alexander TandJesse Trinity 4ef144a791 nookies: Provides its own types (#39483) 2019-11-01 10:41:00 -07:00
Alexander TandJesse Trinity 6d76537bf8 node-cache: Provides its own types (#39479) 2019-11-01 10:40:48 -07:00